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

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.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/sync_file_system/drive_backend_v1/api_util_interface.h
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h b/chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h
index 15a15a4dae57f0081ce160dffc9c39470955197a..8c2f60abd557de6022617ed4707d1e4648ee5f1d 100644
--- a/chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h
+++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util_interface.h
@@ -22,7 +22,7 @@ namespace google_apis {
class DriveUploaderInterface;
}
-namespace webkit_blob {
+namespace storage {
class ScopedFile;
}
@@ -51,7 +51,7 @@ class APIUtilInterface {
const std::string& file_md5,
int64 file_size,
const base::Time& last_updated,
- webkit_blob::ScopedFile downloaded)>
+ storage::ScopedFile downloaded)>
DownloadFileCallback;
typedef base::Callback<void(google_apis::GDataErrorCode error,
const std::string& resource_id,

Powered by Google App Engine
This is Rietveld 408576698