summaryrefslogtreecommitdiffstats
path: root/content/utility/utility_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/utility/utility_thread.h')
-rw-r--r--content/utility/utility_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/utility/utility_thread.h b/content/utility/utility_thread.h
index a6c0694..18605d8 100644
--- a/content/utility/utility_thread.h
+++ b/content/utility/utility_thread.h
@@ -18,7 +18,7 @@ class IndexedDBKey;
class SerializedScriptValue;
namespace webkit_glue {
-class WebKitClientImpl;
+class WebKitPlatformSupportImpl;
}
// This class represents the background thread where the utility task runs.
@@ -53,7 +53,7 @@ class UtilityThread : public ChildThread {
// True when we're running in batch mode.
bool batch_mode_;
- scoped_ptr<webkit_glue::WebKitClientImpl> webkit_client_;
+ scoped_ptr<webkit_glue::WebKitPlatformSupportImpl> webkit_platform_support_;
DISALLOW_COPY_AND_ASSIGN(UtilityThread);
};