summaryrefslogtreecommitdiffstats
path: root/cc/CCSingleThreadProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/CCSingleThreadProxy.h')
-rw-r--r--cc/CCSingleThreadProxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/CCSingleThreadProxy.h b/cc/CCSingleThreadProxy.h
index acdf4cf..50c0b51 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