| Index: content/utility/utility_thread_impl.h
|
| diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
|
| index 6facec1da328764dd7a4df4556f0a59e6ffe59d6..b0c20a2c45139e5a6fe7a2f78a5b5019cc4dc566 100644
|
| --- a/content/utility/utility_thread_impl.h
|
| +++ b/content/utility/utility_thread_impl.h
|
| @@ -21,9 +21,6 @@ class IndexedDBKey;
|
|
|
| namespace content {
|
| class SerializedScriptValue;
|
| -}
|
| -
|
| -namespace webkit_glue {
|
| class WebKitPlatformSupportImpl;
|
| }
|
|
|
| @@ -64,7 +61,7 @@ class UtilityThreadImpl : public content::UtilityThread,
|
| // True when we're running in batch mode.
|
| bool batch_mode_;
|
|
|
| - scoped_ptr<webkit_glue::WebKitPlatformSupportImpl> webkit_platform_support_;
|
| + scoped_ptr<content::WebKitPlatformSupportImpl> webkit_platform_support_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UtilityThreadImpl);
|
| };
|
|
|