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

Unified Diff: cc/CCSingleThreadProxy.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/CCSharedQuadState.cpp ('k') | cc/CCSingleThreadProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCSingleThreadProxy.h
diff --git a/cc/CCSingleThreadProxy.h b/cc/CCSingleThreadProxy.h
index acdf4cfaee5338a2aad5fcb4622f721433014726..50c0b5168dd5cb342f520b32706752dc4beaf71e 100644
--- a/cc/CCSingleThreadProxy.h
+++ b/cc/CCSingleThreadProxy.h
@@ -11,7 +11,7 @@
#include <limits>
#include <wtf/OwnPtr.h>
-namespace WebCore {
+namespace cc {
class CCLayerTreeHost;
@@ -125,6 +125,6 @@ private:
DebugScopedSetMainThreadBlocked m_mainThreadBlocked;
};
-} // namespace WebCore
+} // namespace cc
#endif
« no previous file with comments | « cc/CCSharedQuadState.cpp ('k') | cc/CCSingleThreadProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698