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

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: 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/file_system_types.h ('k') | webkit/common/fileapi/file_system_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 95%
rename from webkit/fileapi/file_system_util.h
rename to webkit/common/fileapi/file_system_util.h
index 1d3d37bfe1b8a14d5bdaedcad5ce45ea5f482f1e..45859f93612ba208e48c2b802b66ff3dda05c078 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"
@@ -111,7 +111,8 @@ WEBKIT_STORAGE_EXPORT bool GetFileSystemPublicType(
//
// TODO(tzik): Replace CreateFilePath and FilePathToString in
// third_party/leveldatabase/env_chromium.cc with them.
-WEBKIT_STORAGE_EXPORT std::string FilePathToString(const base::FilePath& file_path);
+WEBKIT_STORAGE_EXPORT std::string FilePathToString(
+ const base::FilePath& file_path);
// Decode a file path from |file_path_string|.
WEBKIT_STORAGE_EXPORT base::FilePath StringToFilePath(
@@ -145,4 +146,4 @@ WEBKIT_STORAGE_EXPORT std::string GetIsolatedFileSystemRootURIString(
} // namespace fileapi
-#endif // WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_
+#endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
« no previous file with comments | « webkit/common/fileapi/file_system_types.h ('k') | webkit/common/fileapi/file_system_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698