| Index: cc/test/paths.cc
|
| diff --git a/cc/test/paths.cc b/cc/test/paths.cc
|
| index 3551afb8aad564bf191110c9e065ef9e6ceac09c..a8f2e2f5b8806adc0b67887cb6176c9dd6f4d8fd 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
|
|
|