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

Unified Diff: cc/CCScopedThreadProxy.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/CCScopedTextureTest.cpp ('k') | cc/CCScrollbarAnimationController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCScopedThreadProxy.h
diff --git a/cc/CCScopedThreadProxy.h b/cc/CCScopedThreadProxy.h
index 32c5b8ee19a30c097b1dcc41d5649e844ddb3de3..645a2f646c82926ba939eb464ac951c624431ba2 100644
--- a/cc/CCScopedThreadProxy.h
+++ b/cc/CCScopedThreadProxy.h
@@ -9,7 +9,7 @@
#include "base/threading/platform_thread.h"
#include <wtf/ThreadSafeRefCounted.h>
-namespace WebCore {
+namespace cc {
// This class is a proxy used to post tasks to an target thread from any other thread. The proxy may be shut down at
// any point from the target thread after which no more tasks posted to the proxy will run. In other words, all
« no previous file with comments | « cc/CCScopedTextureTest.cpp ('k') | cc/CCScrollbarAnimationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698