diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-14 03:39:10 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-14 03:39:10 +0000 |
commit | d0a62f0d356c745c0d40e3014910984aeeff6ef4 (patch) | |
tree | d64c71ee0988cd526a5338d07aa5508cf0c5ccba /content | |
parent | 9a681faafa25e64c6d2f4723398719ba58aa6260 (diff) | |
download | chromium_src-d0a62f0d356c745c0d40e3014910984aeeff6ef4.zip chromium_src-d0a62f0d356c745c0d40e3014910984aeeff6ef4.tar.gz chromium_src-d0a62f0d356c745c0d40e3014910984aeeff6ef4.tar.bz2 |
Update some #includes in content/browser/dom_storage for headers that have been moved to the new Platform directory upstream
Review URL: https://chromiumcodereview.appspot.com/12226037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/dom_storage/dom_storage_message_filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/dom_storage/dom_storage_message_filter.h b/content/browser/dom_storage/dom_storage_message_filter.h index 05ea310..c71e42a 100644 --- a/content/browser/dom_storage/dom_storage_message_filter.h +++ b/content/browser/dom_storage/dom_storage_message_filter.h @@ -8,7 +8,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "content/public/browser/browser_message_filter.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageArea.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageArea.h" #include "webkit/dom_storage/dom_storage_context.h" #include "webkit/dom_storage/dom_storage_types.h" |