Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: webkit/renderer/fileapi/webfilewriter_base.h

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/renderer/fileapi/OWNERS ('k') | webkit/renderer/fileapi/webfilewriter_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/fileapi/webfilewriter_base.h
diff --git a/webkit/fileapi/webfilewriter_base.h b/webkit/renderer/fileapi/webfilewriter_base.h
similarity index 92%
rename from webkit/fileapi/webfilewriter_base.h
rename to webkit/renderer/fileapi/webfilewriter_base.h
index f7838e6d83b958fd2269ff4ad5a841649d76ae86..d091e6beac51c4ee57c2c44ea00e9f86512525da 100644
--- a/webkit/fileapi/webfilewriter_base.h
+++ b/webkit/renderer/fileapi/webfilewriter_base.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 WEBKIT_FILEAPI_WEBFILEWRITER_BASE_H_
-#define WEBKIT_FILEAPI_WEBFILEWRITER_BASE_H_
+#ifndef WEBKIT_RENDERER_FILEAPI_WEBFILEWRITER_BASE_H_
+#define WEBKIT_RENDERER_FILEAPI_WEBFILEWRITER_BASE_H_
#include "base/platform_file.h"
#include "googleurl/src/gurl.h"
@@ -68,4 +68,4 @@ class WEBKIT_STORAGE_EXPORT WebFileWriterBase
} // namespace fileapi
-#endif // WEBKIT_FILEAPI_WEBFILEWRITER_BASE_H_
+#endif // WEBKIT_RENDERER_FILEAPI_WEBFILEWRITER_BASE_H_
« no previous file with comments | « webkit/renderer/fileapi/OWNERS ('k') | webkit/renderer/fileapi/webfilewriter_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698