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

Unified Diff: public/web/WebViewClient.h

Issue 189703002: Rewrite platform headers in public/web/ to public/platform/... (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « public/web/WebView.h ('k') | public/web/WebWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index d1c74b47e643e1228ac6238cdb5c42bb6aec16bd..6bb4df3f19529899368fd85b3160b0f8ca4e76d5 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -31,20 +31,20 @@
#ifndef WebViewClient_h
#define WebViewClient_h
-#include "../platform/WebColor.h"
-#include "../platform/WebGraphicsContext3D.h"
-#include "../platform/WebString.h"
-#include "WebAXEnums.h"
-#include "WebContentDetectionResult.h"
-#include "WebDragOperation.h"
-#include "WebFileChooserCompletion.h"
-#include "WebFileChooserParams.h"
-#include "WebNavigatorContentUtilsClient.h"
-#include "WebPageVisibilityState.h"
-#include "WebPopupType.h"
-#include "WebTextAffinity.h"
-#include "WebTextDirection.h"
-#include "WebWidgetClient.h"
+#include "public/platform/WebColor.h"
+#include "public/platform/WebGraphicsContext3D.h"
+#include "public/platform/WebString.h"
+#include "public/web/WebAXEnums.h"
+#include "public/web/WebContentDetectionResult.h"
+#include "public/web/WebDragOperation.h"
+#include "public/web/WebFileChooserCompletion.h"
+#include "public/web/WebFileChooserParams.h"
+#include "public/web/WebNavigatorContentUtilsClient.h"
+#include "public/web/WebPageVisibilityState.h"
+#include "public/web/WebPopupType.h"
+#include "public/web/WebTextAffinity.h"
+#include "public/web/WebTextDirection.h"
+#include "public/web/WebWidgetClient.h"
namespace blink {
« no previous file with comments | « public/web/WebView.h ('k') | public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698