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

Unified Diff: content/child/fileapi/file_system_dispatcher.cc

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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/child/fileapi/file_system_dispatcher.h ('k') | content/child/fileapi/webfilesystem_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/fileapi/file_system_dispatcher.cc
diff --git a/content/common/fileapi/file_system_dispatcher.cc b/content/child/fileapi/file_system_dispatcher.cc
similarity index 99%
rename from content/common/fileapi/file_system_dispatcher.cc
rename to content/child/fileapi/file_system_dispatcher.cc
index 1b196646635e6d7f67d04eb3383a7356117e0543..29ccc2a143870ca2d4caf994d14fa1e6473e3b52 100644
--- a/content/common/fileapi/file_system_dispatcher.cc
+++ b/content/child/fileapi/file_system_dispatcher.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/fileapi/file_system_dispatcher.h"
+#include "content/child/fileapi/file_system_dispatcher.h"
#include "base/callback.h"
#include "base/file_util.h"
#include "base/process.h"
-#include "content/common/child_thread.h"
+#include "content/child/child_thread.h"
#include "content/common/fileapi/file_system_messages.h"
namespace content {
« no previous file with comments | « content/child/fileapi/file_system_dispatcher.h ('k') | content/child/fileapi/webfilesystem_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698