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

Unified Diff: cc/test/fake_content_layer_client.cc

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/fake_content_layer_client.h ('k') | cc/test/fake_graphics_context_3d_unittest.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.cc
diff --git a/cc/test/fake_content_layer_client.cc b/cc/test/fake_content_layer_client.cc
index 8f9166385b8e638304941b20aa8751d166f9d8ee..113ac5a3dafbf67c2d3a1d865dbf09814f154360 100644
--- a/cc/test/fake_content_layer_client.cc
+++ b/cc/test/fake_content_layer_client.cc
@@ -6,7 +6,7 @@
#include "ui/gfx/rect.h"
-namespace WebKitTests {
+namespace cc {
FakeContentLayerClient::FakeContentLayerClient()
: m_paintAllOpaque(false)
@@ -19,4 +19,4 @@ void FakeContentLayerClient::paintContents(SkCanvas*, const gfx::Rect& rect, gfx
opaqueRect = rect;
}
-} // namespace WebKitTests
+} // namespace cc
« no previous file with comments | « cc/test/fake_content_layer_client.h ('k') | cc/test/fake_graphics_context_3d_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698