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

Unified Diff: content/common_child/fileapi/webfilesystem_callback_adapters.cc

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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: content/common_child/fileapi/webfilesystem_callback_adapters.cc
diff --git a/content/common/fileapi/webfilesystem_callback_adapters.cc b/content/common_child/fileapi/webfilesystem_callback_adapters.cc
similarity index 93%
rename from content/common/fileapi/webfilesystem_callback_adapters.cc
rename to content/common_child/fileapi/webfilesystem_callback_adapters.cc
index f12adea06646344d0d41e65aa9fa247047f02d83..493dab5c28cdf06047109b0cb3194dc3097a2b2d 100644
--- a/content/common/fileapi/webfilesystem_callback_adapters.cc
+++ b/content/common_child/fileapi/webfilesystem_callback_adapters.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/fileapi/webfilesystem_callback_adapters.h"
+#include "content/common_child/fileapi/webfilesystem_callback_adapters.h"
#include <string>
#include <vector>
@@ -14,8 +14,8 @@
#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h"
#include "webkit/base/file_path_string_conversions.h"
-#include "webkit/fileapi/directory_entry.h"
-#include "webkit/fileapi/file_system_util.h"
+#include "webkit/common/fileapi/directory_entry.h"
+#include "webkit/common/fileapi/file_system_util.h"
#include "webkit/glue/webkit_glue.h"
using WebKit::WebFileInfo;
« no previous file with comments | « content/common_child/fileapi/webfilesystem_callback_adapters.h ('k') | content/common_child/fileapi/webfilesystem_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698