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

Unified Diff: webkit/browser/fileapi/local_file_system_quota_unittest.cc

Issue 14895013: Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
Index: webkit/browser/fileapi/local_file_system_quota_unittest.cc
diff --git a/webkit/fileapi/local_file_system_quota_unittest.cc b/webkit/browser/fileapi/local_file_system_quota_unittest.cc
similarity index 96%
rename from webkit/fileapi/local_file_system_quota_unittest.cc
rename to webkit/browser/fileapi/local_file_system_quota_unittest.cc
index 3b759afbfde5d3dc3204ba86543c0a25e26ded20..5243d9a5e58990342d983ef3a63fe4cb6dc0c73e 100644
--- a/webkit/fileapi/local_file_system_quota_unittest.cc
+++ b/webkit/browser/fileapi/local_file_system_quota_unittest.cc
@@ -16,13 +16,13 @@
#include "base/platform_file.h"
#include "base/strings/string_number_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "webkit/fileapi/async_file_test_helper.h"
-#include "webkit/fileapi/file_system_file_util.h"
-#include "webkit/fileapi/file_system_operation_context.h"
-#include "webkit/fileapi/file_system_usage_cache.h"
+#include "webkit/browser/fileapi/async_file_test_helper.h"
+#include "webkit/browser/fileapi/file_system_file_util.h"
+#include "webkit/browser/fileapi/file_system_operation_context.h"
+#include "webkit/browser/fileapi/file_system_usage_cache.h"
+#include "webkit/browser/fileapi/local_file_system_operation.h"
+#include "webkit/browser/fileapi/local_file_system_test_helper.h"
#include "webkit/fileapi/file_system_util.h"
-#include "webkit/fileapi/local_file_system_operation.h"
-#include "webkit/fileapi/local_file_system_test_helper.h"
#include "webkit/quota/quota_manager.h"
namespace fileapi {

Powered by Google App Engine
This is Rietveld 408576698