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

Unified Diff: webkit/common/fileapi/file_system_util.h

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: webkit/common/fileapi/file_system_util.h
diff --git a/webkit/fileapi/file_system_util.h b/webkit/common/fileapi/file_system_util.h
similarity index 96%
rename from webkit/fileapi/file_system_util.h
rename to webkit/common/fileapi/file_system_util.h
index e49a17748809720dc820473757628e836cd8ef11..e13c46e91a4b54cf5e7bde179f331d2791de96fb 100644
--- a/webkit/fileapi/file_system_util.h
+++ b/webkit/common/fileapi/file_system_util.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_FILE_SYSTEM_UTIL_H_
-#define WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_
+#ifndef WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
+#define WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
#include <string>
#include <vector>
@@ -12,7 +12,7 @@
#include "base/platform_file.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystemType.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileError.h"
-#include "webkit/fileapi/file_system_types.h"
+#include "webkit/common/fileapi/file_system_types.h"
#include "webkit/quota/quota_types.h"
#include "webkit/storage/webkit_storage_export.h"
@@ -153,4 +153,4 @@ WEBKIT_STORAGE_EXPORT bool AreSameFileSystem(
} // namespace fileapi
-#endif // WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_
+#endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698