| Index: content/common/fileapi/file_system_dispatcher.cc
|
| diff --git a/content/common/file_system/file_system_dispatcher.cc b/content/common/fileapi/file_system_dispatcher.cc
|
| similarity index 98%
|
| rename from content/common/file_system/file_system_dispatcher.cc
|
| rename to content/common/fileapi/file_system_dispatcher.cc
|
| index 1257cba4e04ccd5fbb800333197742a8b2ed374e..0d2d2b94b6c18351704467071ed071845c45493d 100644
|
| --- a/content/common/file_system/file_system_dispatcher.cc
|
| +++ b/content/common/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/file_system/file_system_dispatcher.h"
|
| +#include "content/common/fileapi/file_system_dispatcher.h"
|
|
|
| #include "base/file_util.h"
|
| #include "base/process.h"
|
| #include "content/common/child_thread.h"
|
| -#include "content/common/file_system_messages.h"
|
| +#include "content/common/fileapi/file_system_messages.h"
|
|
|
| FileSystemDispatcher::FileSystemDispatcher() {
|
| }
|
|
|