summaryrefslogtreecommitdiffstats
path: root/cc/test/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/paths.h')
-rw-r--r--cc/test/paths.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/test/paths.h b/cc/test/paths.h
index bc3f4e0..07b7a64 100644
--- a/cc/test/paths.h
+++ b/cc/test/paths.h
@@ -6,7 +6,6 @@
#define CC_TEST_PATHS_H_
namespace cc {
-namespace test {
enum {
PATH_START = 5000,
@@ -20,7 +19,6 @@ enum {
// Call once to register the provider for the path keys defined above.
void RegisterPathProvider();
-} // namespace test
} // namespace cc
#endif // CC_TEST_PATHS_H_