diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-16 20:32:13 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-16 20:32:13 +0000 |
commit | 009dc0702a605ca63363a7b6fe28dd490cf31f3c (patch) | |
tree | 06e4d9d3781498d8d9fa1bdc9a7ab11eba59137a /cc/test/paths.h | |
parent | aec65a0ea722bbf5a5b54c3ee6da21c95ad4dd84 (diff) | |
download | chromium_src-009dc0702a605ca63363a7b6fe28dd490cf31f3c.zip chromium_src-009dc0702a605ca63363a7b6fe28dd490cf31f3c.tar.gz chromium_src-009dc0702a605ca63363a7b6fe28dd490cf31f3c.tar.bz2 |
cc: Unify namespaces for all test files
All cc test harnesses now live in the cc namespace. Any cc unittest or
pixeltest itself is in an anonymous namespace under cc. This patch removes all
instances of the WebKitTest namespace from cc.
R=jamesr@chromium.org
BUG=none
Review URL: https://chromiumcodereview.appspot.com/11474050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/paths.h')
-rw-r--r-- | cc/test/paths.h | 2 |
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_ |