Chromium Code Reviews

Unified Diff: public/web/WebUserGestureToken.h

Issue 65763002: Rewrite relative includes in public/web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: a blink_public target which doesn't work Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « public/web/WebUserGestureIndicator.h ('k') | public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebUserGestureToken.h
diff --git a/public/web/WebUserGestureToken.h b/public/web/WebUserGestureToken.h
index 4251dcd1d986f7f0eb0adeb61f245e9a65c47de0..f4e7789cabb4cc7010f9852c8bdcd9cc2225cea4 100644
--- a/public/web/WebUserGestureToken.h
+++ b/public/web/WebUserGestureToken.h
@@ -31,7 +31,7 @@
#ifndef WebUserGestureToken_h
#define WebUserGestureToken_h
-#include "../platform/WebPrivatePtr.h"
+#include "public/platform/WebPrivatePtr.h"
namespace WebCore {
class UserGestureToken;
« no previous file with comments | « public/web/WebUserGestureIndicator.h ('k') | public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine