| 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
|
|
|