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

Unified Diff: chrome/browser/chromeos/file_manager/fileapi_util.h

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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: chrome/browser/chromeos/file_manager/fileapi_util.h
diff --git a/chrome/browser/chromeos/file_manager/fileapi_util.h b/chrome/browser/chromeos/file_manager/fileapi_util.h
index fe9c52fb4a4c6e3e7c4566c01f212c1f7670c1bd..d8905786f1334e2e1b1a7a7e658ab58a97aa5322 100644
--- a/chrome/browser/chromeos/file_manager/fileapi_util.h
+++ b/chrome/browser/chromeos/file_manager/fileapi_util.h
@@ -13,7 +13,7 @@
#include "base/files/file.h"
#include "base/files/file_path.h"
#include "url/gurl.h"
-#include "webkit/browser/fileapi/file_system_operation_runner.h"
+#include "storage/browser/fileapi/file_system_operation_runner.h"
class Profile;
@@ -21,7 +21,7 @@ namespace content {
class RenderViewHost;
}
-namespace fileapi {
+namespace storage {
class FileSystemContext;
}
@@ -65,13 +65,13 @@ typedef base::Callback<void(scoped_ptr<
// Returns a file system context associated with the given profile and the
// extension ID.
-fileapi::FileSystemContext* GetFileSystemContextForExtensionId(
+storage::FileSystemContext* GetFileSystemContextForExtensionId(
Profile* profile,
const std::string& extension_id);
// Returns a file system context associated with the given profile and the
// render view host.
-fileapi::FileSystemContext* GetFileSystemContextForRenderViewHost(
+storage::FileSystemContext* GetFileSystemContextForRenderViewHost(
Profile* profile,
content::RenderViewHost* render_view_host);
@@ -127,9 +127,9 @@ void ConvertFileDefinitionListToEntryDefinitionList(
// Checks if a directory exists at |url|.
void CheckIfDirectoryExists(
- scoped_refptr<fileapi::FileSystemContext> file_system_context,
+ scoped_refptr<storage::FileSystemContext> file_system_context,
const GURL& url,
- const fileapi::FileSystemOperationRunner::StatusCallback& callback);
+ const storage::FileSystemOperationRunner::StatusCallback& callback);
} // namespace util
} // namespace file_manager
« no previous file with comments | « chrome/browser/chromeos/file_manager/file_tasks.cc ('k') | chrome/browser/chromeos/file_manager/fileapi_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698