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

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

Issue 10873005: Rename GDataDirectoryService to DriveResourceMetadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DriveDirectoryService to DriveResourceMetadata 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 2da91a5f37bced4217448c9937c3628c28b76172..30f3fbf37facadf7085f9bd28369735d5e917a5a 100644
--- a/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h
+++ b/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h
@@ -11,7 +11,7 @@
#include "base/callback.h"
#include "base/file_path.h"
#include "base/observer_list.h"
-#include "chrome/browser/chromeos/gdata/gdata_directory_service.h"
+#include "chrome/browser/chromeos/gdata/drive_resource_metadata.h"
achuithb 2012/08/22 09:41:06 Is this needed? Can't you fwd declare DriveResourc
kochi 2012/08/22 10:04:56 This source uses "FileOperationCallback" Maybe we
#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
#include "googleurl/src/gurl.h"
@@ -21,9 +21,9 @@ class Value;
namespace gdata {
-class DriveWebAppsRegistryInterface;
class DocumentFeed;
class DriveServiceInterface;
+class DriveWebAppsRegistryInterface;
class GDataCache;
struct GetDocumentsUiState;
@@ -97,7 +97,7 @@ class GDataWapiFeedLoader {
};
GDataWapiFeedLoader(
- GDataDirectoryService* directory_service,
+ DriveResourceMetadata* resource_metadata,
DriveServiceInterface* drive_service,
DriveWebAppsRegistryInterface* webapps_registry,
GDataCache* cache,
@@ -234,7 +234,7 @@ class GDataWapiFeedLoader {
void OnNotifyDocumentFeedFetched(
base::WeakPtr<GetDocumentsUiState> ui_state);
- GDataDirectoryService* directory_service_; // Not owned.
+ DriveResourceMetadata* resource_metadata_; // Not owned.
DriveServiceInterface* drive_service_; // Not owned.
DriveWebAppsRegistryInterface* webapps_registry_; // Not owned.
GDataCache* cache_; // Not owned.

Powered by Google App Engine
This is Rietveld 408576698