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

Unified Diff: third_party/WebKit/public/web/WebFrameOwnerProperties.h

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: Codereview update Created 4 years, 1 month 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: third_party/WebKit/public/web/WebFrameOwnerProperties.h
diff --git a/third_party/WebKit/public/web/WebFrameOwnerProperties.h b/third_party/WebKit/public/web/WebFrameOwnerProperties.h
index 375413821e940e8a03488db859f177dde7fe73c3..ec2f2a39fbde73ecfe86303fa75df5165a735a34 100644
--- a/third_party/WebKit/public/web/WebFrameOwnerProperties.h
+++ b/third_party/WebKit/public/web/WebFrameOwnerProperties.h
@@ -5,9 +5,9 @@
#ifndef WebFrameOwnerProperties_h
#define WebFrameOwnerProperties_h
-#include "public/platform/WebString.h"
-#include "public/platform/WebVector.h"
-#include "public/platform/modules/permissions/WebPermissionType.h"
+#include "../platform/WebString.h"
+#include "../platform/WebVector.h"
+#include "../platform/modules/permissions/WebPermissionType.h"
mlamouri (slow - plz ping) 2016/11/18 14:51:20 Why is this change required?
lunalu1 2016/11/21 20:23:52 Because the compiler complained. I don't remember
#include <algorithm>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698