| Index: content/common/fileapi/webfilewriter_impl.h
|
| diff --git a/content/common/file_system/webfilewriter_impl.h b/content/common/fileapi/webfilewriter_impl.h
|
| similarity index 84%
|
| rename from content/common/file_system/webfilewriter_impl.h
|
| rename to content/common/fileapi/webfilewriter_impl.h
|
| index 9c9440f823689898b3fe9d9224e746252adb8360..8b58314bc3c02a0fd85cb35dd1623fef46423ce6 100644
|
| --- a/content/common/file_system/webfilewriter_impl.h
|
| +++ b/content/common/fileapi/webfilewriter_impl.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_COMMON_FILE_SYSTEM_WEBFILEWRITER_IMPL_H_
|
| -#define CONTENT_COMMON_FILE_SYSTEM_WEBFILEWRITER_IMPL_H_
|
| +#ifndef CONTENT_COMMON_FILEAPI_WEBFILEWRITER_IMPL_H_
|
| +#define CONTENT_COMMON_FILEAPI_WEBFILEWRITER_IMPL_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -28,4 +28,4 @@ class WebFileWriterImpl : public fileapi::WebFileWriterBase,
|
| int request_id_;
|
| };
|
|
|
| -#endif // CONTENT_COMMON_FILE_SYSTEM_WEBFILEWRITER_IMPL_H_
|
| +#endif // CONTENT_COMMON_FILEAPI_WEBFILEWRITER_IMPL_H_
|
|
|