summaryrefslogtreecommitdiffstats
path: root/webkit/dom_storage
diff options
context:
space:
mode:
authorpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-15 15:46:34 +0000
committerpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-15 15:46:34 +0000
commitd95b2178a76feec8ebc6a86141a79018e758a5ce (patch)
tree9ecc299cdd97e6e76011b72d258fb86f75ea7883 /webkit/dom_storage
parentf6ebde6b549cf0a2ebf398516c3f266abd47b214 (diff)
downloadchromium_src-d95b2178a76feec8ebc6a86141a79018e758a5ce.zip
chromium_src-d95b2178a76feec8ebc6a86141a79018e758a5ce.tar.gz
chromium_src-d95b2178a76feec8ebc6a86141a79018e758a5ce.tar.bz2
Update some #includes in webkit/ for new headers in Platform directory
Review URL: https://chromiumcodereview.appspot.com/11881044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/dom_storage')
-rw-r--r--webkit/dom_storage/dom_storage_area.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/dom_storage/dom_storage_area.cc b/webkit/dom_storage/dom_storage_area.cc
index 5bb0b62..a0c8308 100644
--- a/webkit/dom_storage/dom_storage_area.cc
+++ b/webkit/dom_storage/dom_storage_area.cc
@@ -8,7 +8,7 @@
#include "base/location.h"
#include "base/logging.h"
#include "base/time.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
#include "webkit/base/file_path_string_conversions.h"
#include "webkit/database/database_util.h"
#include "webkit/dom_storage/dom_storage_map.h"