| Index: content/common/fileapi/webfilewriter_impl.cc
|
| diff --git a/content/common/file_system/webfilewriter_impl.cc b/content/common/fileapi/webfilewriter_impl.cc
|
| similarity index 94%
|
| rename from content/common/file_system/webfilewriter_impl.cc
|
| rename to content/common/fileapi/webfilewriter_impl.cc
|
| index d42caa5b171b1e5a72802123e6dfa00a97635e25..bf78c18ca29a39408227626122f74c22d833076b 100644
|
| --- a/content/common/file_system/webfilewriter_impl.cc
|
| +++ b/content/common/fileapi/webfilewriter_impl.cc
|
| @@ -2,10 +2,10 @@
|
| // 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/webfilewriter_impl.h"
|
| +#include "content/common/fileapi/webfilewriter_impl.h"
|
|
|
| #include "content/common/child_thread.h"
|
| -#include "content/common/file_system/file_system_dispatcher.h"
|
| +#include "content/common/fileapi/file_system_dispatcher.h"
|
|
|
| namespace {
|
|
|
|
|