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

Unified Diff: public/web/WebWidget.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/WebViewClient.h ('k') | public/web/WebWidgetClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidget.h
diff --git a/public/web/WebWidget.h b/public/web/WebWidget.h
index 10ad2912191bb0750c0e60ee673b856d11d07c1b..7e26779d44f33321b465ab856597a213c1893c4b 100644
--- a/public/web/WebWidget.h
+++ b/public/web/WebWidget.h
@@ -31,13 +31,13 @@
#ifndef WebWidget_h
#define WebWidget_h
-#include "../platform/WebCanvas.h"
-#include "../platform/WebCommon.h"
-#include "../platform/WebRect.h"
-#include "../platform/WebSize.h"
-#include "WebCompositionUnderline.h"
-#include "WebTextDirection.h"
-#include "WebTextInputInfo.h"
+#include "public/platform/WebCanvas.h"
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebRect.h"
+#include "public/platform/WebSize.h"
+#include "public/web/WebCompositionUnderline.h"
+#include "public/web/WebTextDirection.h"
+#include "public/web/WebTextInputInfo.h"
namespace blink {
« no previous file with comments | « public/web/WebViewClient.h ('k') | public/web/WebWidgetClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698