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

Unified Diff: cc/test/fake_content_layer_client.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/compositor_fake_web_graphics_context_3d.cc ('k') | cc/test/fake_content_layer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_content_layer_client.h
diff --git a/cc/test/fake_content_layer_client.h b/cc/test/fake_content_layer_client.h
index b7011cc4c5220de3f6b4f92825ff9b63b964deaf..85ab26e92af7a7ad5e4414768565e31d0e8fab5c 100644
--- a/cc/test/fake_content_layer_client.h
+++ b/cc/test/fake_content_layer_client.h
@@ -8,7 +8,7 @@
#include "base/compiler_specific.h"
#include "cc/content_layer_client.h"
-namespace WebKitTests {
+namespace cc {
class FakeContentLayerClient : public cc::ContentLayerClient {
public:
@@ -22,6 +22,6 @@ private:
bool m_paintAllOpaque;
};
-} // namespace WebKitTests
+} // namespace cc
#endif // CC_TEST_FAKE_CONTENT_LAYER_CLIENT_H_
« no previous file with comments | « cc/test/compositor_fake_web_graphics_context_3d.cc ('k') | cc/test/fake_content_layer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698