Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: cc/test/paths.h

Issue 11474050: cc: Unify namespaces for all test files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/occlusion_tracker_test_common.h ('k') | cc/test/paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/paths.h
diff --git a/cc/test/paths.h b/cc/test/paths.h
index bc3f4e01a98024ed7b0e1b1280c61bba0adc4ea8..07b7a642f6804b03d57b19ef4a5b9583ee50ec68 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_
« no previous file with comments | « cc/test/occlusion_tracker_test_common.h ('k') | cc/test/paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698