| Index: content/child/fileapi/webfilewriter_impl.h
|
| diff --git a/content/common_child/fileapi/webfilewriter_impl.h b/content/child/fileapi/webfilewriter_impl.h
|
| similarity index 84%
|
| rename from content/common_child/fileapi/webfilewriter_impl.h
|
| rename to content/child/fileapi/webfilewriter_impl.h
|
| index 3b1118fb0f6db38c683fd3d9a6c0acc5d8aa417f..917d28ca40b00f726265db26947451665825095f 100644
|
| --- a/content/common_child/fileapi/webfilewriter_impl.h
|
| +++ b/content/child/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_CHILD_FILEAPI_WEBFILEWRITER_IMPL_H_
|
| -#define CONTENT_COMMON_CHILD_FILEAPI_WEBFILEWRITER_IMPL_H_
|
| +#ifndef CONTENT_CHILD_FILEAPI_WEBFILEWRITER_IMPL_H_
|
| +#define CONTENT_CHILD_FILEAPI_WEBFILEWRITER_IMPL_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -32,4 +32,4 @@ class WebFileWriterImpl : public fileapi::WebFileWriterBase,
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_CHILD_FILEAPI_WEBFILEWRITER_IMPL_H_
|
| +#endif // CONTENT_CHILD_FILEAPI_WEBFILEWRITER_IMPL_H_
|
|
|