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

Unified Diff: cc/test/render_pass_test_common.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/pixel_test_utils.cc ('k') | cc/test/render_pass_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/render_pass_test_common.h
diff --git a/cc/test/render_pass_test_common.h b/cc/test/render_pass_test_common.h
index 34d85228f038b48eaaffaa48b9694fd7f694faac..c565df022d82ed1c3d07fb57d8f01daca239d64b 100644
--- a/cc/test/render_pass_test_common.h
+++ b/cc/test/render_pass_test_common.h
@@ -11,7 +11,7 @@ namespace cc {
class ResourceProvider;
}
-namespace WebKitTests {
+namespace cc {
class TestRenderPass : public cc::RenderPass {
public:
@@ -32,6 +32,6 @@ class TestRenderPass : public cc::RenderPass {
TestRenderPass() : RenderPass() {}
};
-} // namespace WebKitTests
+} // namespace cc
#endif // CC_TEST_RENDER_PASS_TEST_COMMON_H_
« no previous file with comments | « cc/test/pixel_test_utils.cc ('k') | cc/test/render_pass_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698