summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/public/web/WebSecurityOrigin.h
diff options
context:
space:
mode:
authortkent@chromium.org <tkent@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-03-20 03:41:05 +0000
committertkent@chromium.org <tkent@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-03-20 03:41:05 +0000
commit9bacb28ef9bcb28a74c67839361c6a603118d273 (patch)
tree03c69514205ce5336dca655562535ee02f2d8bdf /third_party/WebKit/public/web/WebSecurityOrigin.h
parent3dafee9206179df0e9dc99b04e9e6a130ef429ac (diff)
downloadchromium_src-9bacb28ef9bcb28a74c67839361c6a603118d273.zip
chromium_src-9bacb28ef9bcb28a74c67839361c6a603118d273.tar.gz
chromium_src-9bacb28ef9bcb28a74c67839361c6a603118d273.tar.bz2
Revert of Rewrite platform headers in public/web/ to public/platform/... (https://codereview.chromium.org/189703002/)
Reason for revert: Broke Windows, Mac, and ChromeOS build. Original issue's description: > Rewrite platform headers in public/web/ to public/platform/... > > Includes of this style are more consistent with the rest of the project and > easier to verify with DEPS. For consistency, includes in public/web/ of other > headers in public/web/ are rewritten to list the public/web/ portion as well. > > BUG=350097 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169597 TBR=abarth@chromium.org,jamesr@chromium.org NOTREECHECKS=true NOTRY=true BUG=350097 Review URL: https://codereview.chromium.org/205153006 git-svn-id: svn://svn.chromium.org/blink/trunk@169600 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/public/web/WebSecurityOrigin.h')
-rw-r--r--third_party/WebKit/public/web/WebSecurityOrigin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/public/web/WebSecurityOrigin.h b/third_party/WebKit/public/web/WebSecurityOrigin.h
index 9236772..b33f09d 100644
--- a/third_party/WebKit/public/web/WebSecurityOrigin.h
+++ b/third_party/WebKit/public/web/WebSecurityOrigin.h
@@ -31,7 +31,7 @@
#ifndef WebSecurityOrigin_h
#define WebSecurityOrigin_h
-#include "public/platform/WebCommon.h"
+#include "../platform/WebCommon.h"
#if BLINK_IMPLEMENTATION
namespace WebCore { class SecurityOrigin; }