summaryrefslogtreecommitdiffstats
path: root/content/utility/utility_thread_impl.h
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 05:42:36 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 05:42:36 +0000
commit0157282494c1096cef55f04d7b8936c7db022679 (patch)
tree33d30478c95e60b4ba629b098db06ae2d1418278 /content/utility/utility_thread_impl.h
parent745816be61e207da7cef1f839591bfb35bd15fd3 (diff)
downloadchromium_src-0157282494c1096cef55f04d7b8936c7db022679.zip
chromium_src-0157282494c1096cef55f04d7b8936c7db022679.tar.gz
chromium_src-0157282494c1096cef55f04d7b8936c7db022679.tar.bz2
Move some webkit_glue embedder functions into WebKitPlatformSupport virtual methods
This moves the functions into a pattern that is component-friendly. BUG=98755 TEST=chrome test_shell test_shell_tests browser_tests DumpRenderTree Review URL: http://codereview.chromium.org/8602002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/utility/utility_thread_impl.h')
-rw-r--r--content/utility/utility_thread_impl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
index 6facec1..b0c20a2 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);
};