diff options
| author | jamesr@chromium.org <jamesr@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2014-03-20 00:26:05 +0000 |
|---|---|---|
| committer | jamesr@chromium.org <jamesr@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2014-03-20 00:26:05 +0000 |
| commit | 42f4eaf0934e38df83ee4aca8527362eca6c5620 (patch) | |
| tree | 5fc51ed03ed001c86bb8afc639c73998188fdcec /third_party/WebKit/public/web/WebSecurityOrigin.h | |
| parent | c7069938f4a59c6081b11c6c2abf931287eff0c3 (diff) | |
| download | chromium_src-42f4eaf0934e38df83ee4aca8527362eca6c5620.zip chromium_src-42f4eaf0934e38df83ee4aca8527362eca6c5620.tar.gz chromium_src-42f4eaf0934e38df83ee4aca8527362eca6c5620.tar.bz2 | |
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
Review URL: https://codereview.chromium.org/189703002
git-svn-id: svn://svn.chromium.org/blink/trunk@169597 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/public/web/WebSecurityOrigin.h')
| -rw-r--r-- | third_party/WebKit/public/web/WebSecurityOrigin.h | 2 |
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 b33f09d..9236772 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 "../platform/WebCommon.h" +#include "public/platform/WebCommon.h" #if BLINK_IMPLEMENTATION namespace WebCore { class SecurityOrigin; } |
