From 9ed0cab99f18acb3570a35e9408f24355f6b8324 Mon Sep 17 00:00:00 2001 From: Alex Vakulenko Date: Mon, 12 Oct 2015 15:21:28 -0700 Subject: Move chromeos symbols into brillo namespace And move the include files into "brillo" directory instead of "chromeos" BUG: 24872993 TEST=built aosp and brillo and unit tests pass on dragonoboard Change-Id: Ieb979d1ebd3152921d36cd15acbd6247f02aae69 --- testrunner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testrunner.cc') diff --git a/testrunner.cc b/testrunner.cc index 5e51343..7122b9c 100644 --- a/testrunner.cc +++ b/testrunner.cc @@ -8,7 +8,7 @@ #include #include -#include +#include int main(int argc, char** argv) { base::AtExitManager at_exit_manager; -- cgit v1.2.3