Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: content/utility/utility_thread_impl.h

Issue 8602002: Move some webkit_glue embedder functions into WebKitPlatformSupport virtual methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright year Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698