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

Unified Diff: chrome/browser/sync_file_system/remote_file_sync_service.h

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build 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/remote_file_sync_service.h
diff --git a/chrome/browser/sync_file_system/remote_file_sync_service.h b/chrome/browser/sync_file_system/remote_file_sync_service.h
index d19db0e65347fe6721286447da3e79cf1c342213..8c77f1f16ccd136e42a4117ff33979eeeb923cdd 100644
--- a/chrome/browser/sync_file_system/remote_file_sync_service.h
+++ b/chrome/browser/sync_file_system/remote_file_sync_service.h
@@ -28,7 +28,7 @@ namespace content {
class BrowserContext;
}
-namespace webkit_blob {
+namespace storage {
class ScopedFile;
}
@@ -122,8 +122,8 @@ class RemoteFileSyncService {
typedef base::Callback<void(SyncStatusCode status,
const std::vector<Version>& versions)>
RemoteVersionsCallback;
- typedef base::Callback<void(SyncStatusCode status,
- webkit_blob::ScopedFile downloaded)>
+ typedef base::Callback<
+ void(SyncStatusCode status, storage::ScopedFile downloaded)>
DownloadVersionCallback;
// For DumpFile.
« no previous file with comments | « chrome/browser/sync_file_system/remote_change_processor.h ('k') | chrome/browser/sync_file_system/subtree_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698