summaryrefslogtreecommitdiffstats
path: root/content/renderer/dom_storage
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-17 05:12:31 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-17 05:12:31 +0000
commit2255a9339bdc413c4c11b39a511e4a49871b0ed2 (patch)
tree386bcab083b6163307be2310b878529d373a1948 /content/renderer/dom_storage
parent1071fafce2c9d9158ce34db59873144a50e298bf (diff)
downloadchromium_src-2255a9339bdc413c4c11b39a511e4a49871b0ed2.zip
chromium_src-2255a9339bdc413c4c11b39a511e4a49871b0ed2.tar.gz
chromium_src-2255a9339bdc413c4c11b39a511e4a49871b0ed2.tar.bz2
Update Blink include paths
This CL changes the majority of include paths from the old Source/WebKit/chromium/public to the new public/web directory. TBR=darin BUG=239545 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17148003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/dom_storage')
-rw-r--r--content/renderer/dom_storage/dom_storage_dispatcher.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/dom_storage/dom_storage_dispatcher.cc b/content/renderer/dom_storage/dom_storage_dispatcher.cc
index 4ac31a1..e36084c 100644
--- a/content/renderer/dom_storage/dom_storage_dispatcher.cc
+++ b/content/renderer/dom_storage/dom_storage_dispatcher.cc
@@ -14,8 +14,8 @@
#include "content/renderer/dom_storage/webstoragenamespace_impl.h"
#include "content/renderer/render_thread_impl.h"
#include "third_party/WebKit/public/platform/Platform.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageEventDispatcher.h"
+#include "third_party/WebKit/public/web/WebKit.h"
+#include "third_party/WebKit/public/web/WebStorageEventDispatcher.h"
#include "webkit/common/dom_storage/dom_storage_types.h"
#include "webkit/renderer/dom_storage/dom_storage_cached_area.h"
#include "webkit/renderer/dom_storage/dom_storage_proxy.h"