| Index: cc/test/test_common.h
|
| diff --git a/cc/test/test_common.h b/cc/test/test_common.h
|
| index c748744750b007ba6d015041a6bbb9f1edf686b3..b9e71568e30016357bcf51ee596a1ee6b092daa0 100644
|
| --- a/cc/test/test_common.h
|
| +++ b/cc/test/test_common.h
|
| @@ -11,10 +11,10 @@ namespace WebKitTests {
|
|
|
| // If you have a test that modifies or uses global settings, keep an instance
|
| // of this class to ensure that you start and end with a clean slate.
|
| -class CCScopedSettings {
|
| +class ScopedSettings {
|
| public:
|
| - CCScopedSettings() { cc::CCSettings::reset(); }
|
| - ~CCScopedSettings() { cc::CCSettings::reset(); }
|
| + ScopedSettings() { cc::Settings::reset(); }
|
| + ~ScopedSettings() { cc::Settings::reset(); }
|
| };
|
|
|
| } // namespace WebKitTests
|
|
|