| 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 {
|
|
|