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.cc | |
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.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 |