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

Unified Diff: content/worker/worker_webkitplatformsupport_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/utility/utility_thread_impl.cc ('k') | ui/gfx/compositor/test/compositor_test_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/worker_webkitplatformsupport_impl.h
diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h
index 7339abb856f7e7d650edf8b5727fe802dfe2d83b..2d0715dbfb5f324bdfb0671876732d42bad56b74 100644
--- a/content/worker/worker_webkitplatformsupport_impl.h
+++ b/content/worker/worker_webkitplatformsupport_impl.h
@@ -7,8 +7,8 @@
#pragma once
#include "base/memory/scoped_ptr.h"
+#include "content/common/webkitplatformsupport_impl.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebMimeRegistry.h"
-#include "webkit/glue/webkitplatformsupport_impl.h"
class WebFileSystemImpl;
@@ -17,7 +17,7 @@ class WebFileUtilities;
}
class WorkerWebKitPlatformSupportImpl
- : public webkit_glue::WebKitPlatformSupportImpl,
+ : public content::WebKitPlatformSupportImpl,
public WebKit::WebMimeRegistry {
public:
WorkerWebKitPlatformSupportImpl();
« no previous file with comments | « content/utility/utility_thread_impl.cc ('k') | ui/gfx/compositor/test/compositor_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698