From 2ffb703bf431d74326c88266b4ddaf225eb3c6ad Mon Sep 17 00:00:00 2001 From: Igor Murashkin Date: Wed, 8 Nov 2017 13:35:21 -0800 Subject: cpplint: Cleanup errors Cleanup errors from upstream cpplint in preparation for moving art's cpplint fork to upstream tip-of-tree cpplint. Test: cd art && mm Bug: 68951293 Change-Id: I15faed4594cbcb8399850f8bdee39d42c0c5b956 --- compiler/common_compiler_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/common_compiler_test.h') diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index 0683577ec5..bcda41a9b8 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -28,7 +28,7 @@ namespace art { namespace mirror { - class ClassLoader; +class ClassLoader; } // namespace mirror class CompilerDriver; -- cgit v1.2.3-59-g8ed1b