Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1963)

Unified Diff: content/public/test/test_file_system_backend.cc

Issue 553983013: Remove storage-related redirect headers in webkit/common/, update #includes and DEPS files to use s… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/test/sandbox_file_system_test_helper.cc ('k') | content/renderer/dom_storage/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_file_system_backend.cc
diff --git a/content/public/test/test_file_system_backend.cc b/content/public/test/test_file_system_backend.cc
index cb4b78a27411e644f694913b46dd00620212ce12..91718887a301dfcaadcd3011c88beb20001685a9 100644
--- a/content/public/test/test_file_system_backend.cc
+++ b/content/public/test/test_file_system_backend.cc
@@ -14,6 +14,7 @@
#include "base/observer_list.h"
#include "base/sequenced_task_runner.h"
#include "base/thread_task_runner_handle.h"
+#include "storage/common/fileapi/file_system_util.h"
#include "webkit/browser/blob/file_stream_reader.h"
#include "webkit/browser/fileapi/copy_or_move_file_validator.h"
#include "webkit/browser/fileapi/file_observers.h"
@@ -26,7 +27,6 @@
#include "webkit/browser/fileapi/sandbox_file_stream_writer.h"
#include "webkit/browser/fileapi/watcher_manager.h"
#include "webkit/browser/quota/quota_manager.h"
-#include "webkit/common/fileapi/file_system_util.h"
using storage::FileSystemContext;
using storage::FileSystemOperation;
« no previous file with comments | « content/public/test/sandbox_file_system_test_helper.cc ('k') | content/renderer/dom_storage/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698