summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_checker_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/optimizing/graph_checker_test.cc')
-rw-r--r--compiler/optimizing/graph_checker_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/optimizing/graph_checker_test.cc b/compiler/optimizing/graph_checker_test.cc
index 9a2fc890f5..08bfa5d80f 100644
--- a/compiler/optimizing/graph_checker_test.cc
+++ b/compiler/optimizing/graph_checker_test.cc
@@ -14,11 +14,10 @@
* limitations under the License.
*/
-#include "base/macros.h"
#include "graph_checker.h"
#include "optimizing_unit_test.h"
-namespace art HIDDEN {
+namespace art {
class GraphCheckerTest : public OptimizingUnitTest {
protected: