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

Unified Diff: content/child/webkitplatformsupport_impl.h

Issue 148333009: Move webkit/child/webkitplatformsupport_child_impl to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add export macros for Mac and Android Created 6 years, 11 months 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
Index: content/child/webkitplatformsupport_impl.h
diff --git a/content/child/webkitplatformsupport_impl.h b/content/child/webkitplatformsupport_impl.h
index b4d5fc7e4c988512e35d33edffce2076ecaf6476..a2331250ce3b2cb2ff8ae81893b90ee7c4fc6974 100644
--- a/content/child/webkitplatformsupport_impl.h
+++ b/content/child/webkitplatformsupport_impl.h
@@ -6,16 +6,16 @@
#define CONTENT_CHILD_WEBKITPLATFORMSUPPORT_IMPL_H_
#include "base/compiler_specific.h"
+#include "content/child/webkitplatformsupport_child_impl.h"
#include "content/common/content_export.h"
#include "ui/base/layout.h"
-#include "webkit/child/webkitplatformsupport_child_impl.h"
namespace content {
// This is a specialization of WebKitPlatformSupportImpl that implements the
// embedder functions in terms of ContentClient.
class CONTENT_EXPORT WebKitPlatformSupportImpl
- : NON_EXPORTED_BASE(public webkit_glue::WebKitPlatformSupportChildImpl) {
+ : NON_EXPORTED_BASE(public WebKitPlatformSupportChildImpl) {
public:
typedef blink::WebGraphicsContext3D* (OffscreenContextFactory)();

Powered by Google App Engine
This is Rietveld 408576698