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

Unified Diff: storage/browser/fileapi/file_system_operation.h

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build Created 6 years, 3 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: storage/browser/fileapi/file_system_operation.h
diff --git a/webkit/browser/fileapi/file_system_operation.h b/storage/browser/fileapi/file_system_operation.h
similarity index 98%
copy from webkit/browser/fileapi/file_system_operation.h
copy to storage/browser/fileapi/file_system_operation.h
index 7972a79a05823c054f5f56a8e1a967498a34bc58..4b38da0bf3a1e484e9c328927e04b2db784e542b 100644
--- a/webkit/browser/fileapi/file_system_operation.h
+++ b/storage/browser/fileapi/file_system_operation.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_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
-#define WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
+#ifndef STORAGE_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
+#define STORAGE_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
#include <vector>
@@ -11,9 +11,9 @@
#include "base/files/file.h"
#include "base/files/file_path.h"
#include "base/process/process.h"
-#include "webkit/browser/fileapi/file_system_operation_context.h"
-#include "webkit/browser/storage_browser_export.h"
-#include "webkit/common/fileapi/directory_entry.h"
+#include "storage/browser/fileapi/file_system_operation_context.h"
+#include "storage/browser/storage_browser_export.h"
+#include "storage/common/fileapi/directory_entry.h"
namespace base {
class Time;
@@ -482,4 +482,4 @@ class FileSystemOperation {
} // namespace storage
-#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
+#endif // STORAGE_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_H_
« no previous file with comments | « storage/browser/fileapi/file_system_file_util.cc ('k') | storage/browser/fileapi/file_system_operation_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698