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

Unified Diff: cc/TreeSynchronizer.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/TiledLayerChromium.cpp ('k') | cc/TreeSynchronizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/TreeSynchronizer.h
diff --git a/cc/TreeSynchronizer.h b/cc/TreeSynchronizer.h
index 5c59e5bfc05e1ae56508b6c62d1608694b159fa2..06991ef5efa8f0c08d0c1d2a85a921c0a06655c2 100644
--- a/cc/TreeSynchronizer.h
+++ b/cc/TreeSynchronizer.h
@@ -10,7 +10,7 @@
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
-namespace WebCore {
+namespace cc {
class CCLayerImpl;
class CCLayerTreeHostImpl;
@@ -36,6 +36,6 @@ private:
static void updateScrollbarLayerPointersRecursive(const RawPtrCCLayerImplMap& newLayers, LayerChromium*);
};
-} // namespace WebCore
+} // namespace cc
#endif // TreeSynchronizer_h
« no previous file with comments | « cc/TiledLayerChromium.cpp ('k') | cc/TreeSynchronizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698