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

Unified Diff: chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h

Issue 10877005: Rename GDataCache* to DriveCache* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 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/gdata/gdata_wapi_feed_loader.h
diff --git a/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h b/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h
index 30f3fbf37facadf7085f9bd28369735d5e917a5a..3ae0ae271d579b69aa3254fa0f6610669330d5a3 100644
--- a/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h
+++ b/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h
@@ -22,9 +22,9 @@ class Value;
namespace gdata {
class DocumentFeed;
+class DriveCache;
class DriveServiceInterface;
class DriveWebAppsRegistryInterface;
-class GDataCache;
struct GetDocumentsUiState;
// Set of parameters sent to LoadDocumentFeedCallback callback.
@@ -100,7 +100,7 @@ class GDataWapiFeedLoader {
DriveResourceMetadata* resource_metadata,
DriveServiceInterface* drive_service,
DriveWebAppsRegistryInterface* webapps_registry,
- GDataCache* cache,
+ DriveCache* cache,
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_);
~GDataWapiFeedLoader();
@@ -237,7 +237,7 @@ class GDataWapiFeedLoader {
DriveResourceMetadata* resource_metadata_; // Not owned.
DriveServiceInterface* drive_service_; // Not owned.
DriveWebAppsRegistryInterface* webapps_registry_; // Not owned.
- GDataCache* cache_; // Not owned.
+ DriveCache* cache_; // Not owned.
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_;
ObserverList<Observer> observers_;
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_util.cc ('k') | chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698