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

Unified Diff: chrome/browser/chromeos/drive/drive_integration_service.cc

Issue 17249004: drive: Use ResourceMetadataStorage from FileCache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More precise old DB handling Created 7 years, 6 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/drive/drive_integration_service.cc
diff --git a/chrome/browser/chromeos/drive/drive_integration_service.cc b/chrome/browser/chromeos/drive/drive_integration_service.cc
index 15765ab74f015c85a6cc575c2a47410e17be0ee0..dd13ea107b5ed20f36a689211fd38b9c25b5ac52 100644
--- a/chrome/browser/chromeos/drive/drive_integration_service.cc
+++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
@@ -170,7 +170,7 @@ DriveIntegrationService::DriveIntegrationService(
cache_root_directory_.Append(util::kMetadataDirectory),
blocking_task_runner_.get()));
cache_.reset(new internal::FileCache(
- cache_root_directory_.Append(util::kMetadataDirectory),
+ metadata_storage_.get(),
cache_root_directory_.Append(util::kCacheFileDirectory),
blocking_task_runner_.get(),
NULL /* free_disk_space_getter */));
« no previous file with comments | « chrome/browser/chromeos/drive/change_list_loader_unittest.cc ('k') | chrome/browser/chromeos/drive/file_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698