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

Unified Diff: cc/CCSettings.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/CCScrollbarLayerImpl.cpp ('k') | cc/CCSettings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCSettings.h
diff --git a/cc/CCSettings.h b/cc/CCSettings.h
index 5bfbb865ef29e2e9422c51dbe460b152a3112015..d038112cac948ff36de573ccdb3a7ae06899043f 100644
--- a/cc/CCSettings.h
+++ b/cc/CCSettings.h
@@ -7,7 +7,7 @@
#include "IntSize.h"
-namespace WebCore {
+namespace cc {
class CCSettings {
public:
@@ -26,6 +26,6 @@ public:
static void reset();
};
-} // namespace WebCore
+} // namespace cc
#endif // CCSettings_h
« no previous file with comments | « cc/CCScrollbarLayerImpl.cpp ('k') | cc/CCSettings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698