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

Unified Diff: webkit/common/fileapi/directory_entry.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/common/fileapi/OWNERS ('k') | webkit/common/fileapi/file_system_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/fileapi/directory_entry.h
diff --git a/webkit/fileapi/directory_entry.h b/webkit/common/fileapi/directory_entry.h
similarity index 75%
rename from webkit/fileapi/directory_entry.h
rename to webkit/common/fileapi/directory_entry.h
index 205303848b47a1871f3397b466fe6db8c0893af5..acb009cd649b5d5b45f5e02572b742fc7df48f44 100644
--- a/webkit/fileapi/directory_entry.h
+++ b/webkit/common/fileapi/directory_entry.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_DIRECTORY_ENTRY_H_
-#define WEBKIT_FILEAPI_DIRECTORY_ENTRY_H_
+#ifndef WEBKIT_COMMON_FILEAPI_DIRECTORY_ENTRY_H_
+#define WEBKIT_COMMON_FILEAPI_DIRECTORY_ENTRY_H_
#include "base/basictypes.h"
#include "base/files/file_path.h"
@@ -21,4 +21,4 @@ struct DirectoryEntry {
}
-#endif // WEBKIT_FILEAPI_DIRECTORY_ENTRY_H_
+#endif // WEBKIT_COMMON_FILEAPI_DIRECTORY_ENTRY_H_
« no previous file with comments | « webkit/common/fileapi/OWNERS ('k') | webkit/common/fileapi/file_system_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698