summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
diff options
context:
space:
mode:
authorpilgrim <pilgrim@chromium.org>2014-09-09 18:32:22 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-10 01:37:08 +0000
commit1633055f41870196bb13958dd67185378d15c2c6 (patch)
tree015cdc5e53b79c67080c50c6db137b40cca1c7a8 /chrome/renderer
parent9888f45e041fee3a04ce4f641bc56e245f1411a0 (diff)
downloadchromium_src-1633055f41870196bb13958dd67185378d15c2c6.zip
chromium_src-1633055f41870196bb13958dd67185378d15c2c6.tar.gz
chromium_src-1633055f41870196bb13958dd67185378d15c2c6.tar.bz2
Remove storage-related redirect headers in webkit/common/, update #includes and DEPS files to use storage/ directly
BUG=338338 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/553983013 Cr-Commit-Position: refs/heads/master@{#294067}
Diffstat (limited to 'chrome/renderer')
-rw-r--r--chrome/renderer/DEPS5
-rw-r--r--chrome/renderer/extensions/media_galleries_custom_bindings.cc2
-rw-r--r--chrome/renderer/extensions/sync_file_system_custom_bindings.cc2
-rw-r--r--chrome/renderer/plugins/DEPS1
4 files changed, 3 insertions, 7 deletions
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS
index daa1978..627c0a4 100644
--- a/chrome/renderer/DEPS
+++ b/chrome/renderer/DEPS
@@ -31,10 +31,7 @@ include_rules = [
"+ppapi/c",
"+ppapi/shared_impl",
"+skia",
-
- "+webkit/common",
- "+webkit/glue",
- "+webkit/renderer",
+ "+storage/common",
"+third_party/cld_2",
"+third_party/sqlite",
diff --git a/chrome/renderer/extensions/media_galleries_custom_bindings.cc b/chrome/renderer/extensions/media_galleries_custom_bindings.cc
index 7b6b110..1a08e30 100644
--- a/chrome/renderer/extensions/media_galleries_custom_bindings.cc
+++ b/chrome/renderer/extensions/media_galleries_custom_bindings.cc
@@ -7,11 +7,11 @@
#include <string>
#include "extensions/renderer/script_context.h"
+#include "storage/common/fileapi/file_system_util.h"
#include "third_party/WebKit/public/web/WebDOMFileSystem.h"
#include "third_party/WebKit/public/web/WebDocument.h"
#include "third_party/WebKit/public/web/WebLocalFrame.h"
#include "v8/include/v8.h"
-#include "webkit/common/fileapi/file_system_util.h"
namespace extensions {
diff --git a/chrome/renderer/extensions/sync_file_system_custom_bindings.cc b/chrome/renderer/extensions/sync_file_system_custom_bindings.cc
index a91111b..d278707 100644
--- a/chrome/renderer/extensions/sync_file_system_custom_bindings.cc
+++ b/chrome/renderer/extensions/sync_file_system_custom_bindings.cc
@@ -7,10 +7,10 @@
#include <string>
#include "extensions/renderer/script_context.h"
+#include "storage/common/fileapi/file_system_util.h"
#include "third_party/WebKit/public/web/WebDOMFileSystem.h"
#include "third_party/WebKit/public/web/WebLocalFrame.h"
#include "v8/include/v8.h"
-#include "webkit/common/fileapi/file_system_util.h"
namespace extensions {
diff --git a/chrome/renderer/plugins/DEPS b/chrome/renderer/plugins/DEPS
index 7c86850..3929850 100644
--- a/chrome/renderer/plugins/DEPS
+++ b/chrome/renderer/plugins/DEPS
@@ -1,5 +1,4 @@
include_rules = [
"+gin",
"+third_party/widevine",
- "+webkit/grit",
]