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/pixel_test_output_surface.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/pixel_test_output_surface.h')
-rw-r--r-- | cc/test/pixel_test_output_surface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h index ab9b161..b3f26c41 100644 --- a/cc/test/pixel_test_output_surface.h +++ b/cc/test/pixel_test_output_surface.h @@ -34,5 +34,4 @@ class PixelTestOutputSurface : public OutputSurface { } // namespace cc - #endif // CC_TEST_PIXEL_TEST_GRAPHICS_CONTEXT_H_ |