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

Unified Diff: Source/WebKit/chromium/src/WebHelperPluginImpl.h

Issue 15079005: Create a minimal webkit_common static library for use in browser process (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/WebKit/chromium/src/WebHelperPluginImpl.h
diff --git a/Source/WebKit/chromium/src/WebHelperPluginImpl.h b/Source/WebKit/chromium/src/WebHelperPluginImpl.h
index 90bfc58d98ea00f01ddf0463b50a2faae77f2a13..1f1ea96e1dab924068633c0d0b187b0e2e58398c 100644
--- a/Source/WebKit/chromium/src/WebHelperPluginImpl.h
+++ b/Source/WebKit/chromium/src/WebHelperPluginImpl.h
@@ -32,8 +32,9 @@
#define WebHelperPluginImpl_h
#include "WebHelperPlugin.h"
-#include <wtf/OwnPtr.h>
-#include <wtf/RefCounted.h>
+#include "wtf/OwnPtr.h"
+#include "wtf/Forward.h"
+#include "wtf/RefCounted.h"
namespace WebCore {
class Page;

Powered by Google App Engine
This is Rietveld 408576698