diff options
Diffstat (limited to 'cc/test/paths.cc')
-rw-r--r-- | cc/test/paths.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/test/paths.cc b/cc/test/paths.cc index 3551afb..a8f2e2f 100644 --- a/cc/test/paths.cc +++ b/cc/test/paths.cc @@ -9,7 +9,6 @@ #include "base/path_service.h" namespace cc { -namespace test { bool PathProvider(int key, FilePath* result) { FilePath cur; @@ -40,5 +39,4 @@ void RegisterPathProvider() { PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); } -} // namespace test } // namespace cc |