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

Unified Diff: webkit/common/fileapi/file_system_url.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_url.h
diff --git a/webkit/fileapi/file_system_url.h b/webkit/common/fileapi/file_system_url.h
similarity index 97%
rename from webkit/fileapi/file_system_url.h
rename to webkit/common/fileapi/file_system_url.h
index 8a18118e66e78cad3686f5e8c8d3299c8324d5d6..1fe686b1fea9376eae9bd93a5d2592a545695795 100644
--- a/webkit/fileapi/file_system_url.h
+++ b/webkit/common/fileapi/file_system_url.h
@@ -2,15 +2,15 @@
// 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_URL_H_
-#define WEBKIT_FILEAPI_FILE_SYSTEM_URL_H_
+#ifndef WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_URL_H_
+#define WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_URL_H_
#include <set>
#include <string>
#include "base/platform_file.h"
#include "googleurl/src/gurl.h"
-#include "webkit/fileapi/file_system_types.h"
+#include "webkit/common/fileapi/file_system_types.h"
#include "webkit/storage/webkit_storage_export.h"
namespace fileapi {
@@ -168,4 +168,4 @@ typedef std::set<FileSystemURL, FileSystemURL::Comparator> FileSystemURLSet;
} // namespace fileapi
-#endif // WEBKIT_FILEAPI_FILE_SYSTEM_URL_H_
+#endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_URL_H_

Powered by Google App Engine
This is Rietveld 408576698