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

Unified Diff: cc/test/CCTestCommon.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/test/CCSchedulerTestCommon.h ('k') | cc/test/CCTiledLayerTestCommon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/CCTestCommon.h
diff --git a/cc/test/CCTestCommon.h b/cc/test/CCTestCommon.h
index c1ab34a4c12fd357f73c173a76cba862c4da53d3..c748744750b007ba6d015041a6bbb9f1edf686b3 100644
--- a/cc/test/CCTestCommon.h
+++ b/cc/test/CCTestCommon.h
@@ -13,8 +13,8 @@ namespace WebKitTests {
// of this class to ensure that you start and end with a clean slate.
class CCScopedSettings {
public:
- CCScopedSettings() { WebCore::CCSettings::reset(); }
- ~CCScopedSettings() { WebCore::CCSettings::reset(); }
+ CCScopedSettings() { cc::CCSettings::reset(); }
+ ~CCScopedSettings() { cc::CCSettings::reset(); }
};
} // namespace WebKitTests
« no previous file with comments | « cc/test/CCSchedulerTestCommon.h ('k') | cc/test/CCTiledLayerTestCommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698