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

Unified Diff: cc/CCLayerIterator.h

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 months 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/CCLayerImplTest.cpp ('k') | cc/CCLayerIterator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerIterator.h
diff --git a/cc/CCLayerIterator.h b/cc/CCLayerIterator.h
index 907182d5d3628cbb5cf8b40823ecc7f20f284a87..96bb16160d97266251d34c5f06eee4541efd66f2 100644
--- a/cc/CCLayerIterator.h
+++ b/cc/CCLayerIterator.h
@@ -11,7 +11,7 @@
#include <wtf/RefPtr.h>
#include <wtf/Vector.h>
-namespace WebCore {
+namespace cc {
// These classes provide means to iterate over the RenderSurface-Layer tree.
@@ -205,6 +205,6 @@ struct CCLayerIteratorActions {
};
};
-} // namespace WebCore
+} // namespace cc
#endif
« no previous file with comments | « cc/CCLayerImplTest.cpp ('k') | cc/CCLayerIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698