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

Unified Diff: chrome/browser/chromeos/gdata/drive_api_operations.cc

Issue 10837338: Remove "GData" prefix from non-GData specific classes (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/drive_api_operations.cc
diff --git a/chrome/browser/chromeos/gdata/drive_api_operations.cc b/chrome/browser/chromeos/gdata/drive_api_operations.cc
index bcdf628f695357b1cebfaea71dd67ea09cd75890..a12bfeed213b31cee89f3a42c9239bb9a61441c6 100644
--- a/chrome/browser/chromeos/gdata/drive_api_operations.cc
+++ b/chrome/browser/chromeos/gdata/drive_api_operations.cc
@@ -26,7 +26,7 @@ namespace gdata {
//============================== GetAboutOperation =============================
-GetAboutOperation::GetAboutOperation(GDataOperationRegistry* registry,
+GetAboutOperation::GetAboutOperation(OperationRegistry* registry,
const GetDataCallback& callback)
: GetDataOperation(registry, callback) {}
@@ -38,7 +38,7 @@ GURL GetAboutOperation::GetURL() const {
//============================== GetApplistOperation ===========================
-GetApplistOperation::GetApplistOperation(GDataOperationRegistry* registry,
+GetApplistOperation::GetApplistOperation(OperationRegistry* registry,
const GetDataCallback& callback)
: GetDataOperation(registry, callback) {}
@@ -51,7 +51,7 @@ GURL GetApplistOperation::GetURL() const {
//============================ GetChangelistOperation ==========================
GetChangelistOperation::GetChangelistOperation(
- GDataOperationRegistry* registry,
+ OperationRegistry* registry,
const GURL& url,
int64 start_changestamp,
const GetDataCallback& callback)
@@ -74,7 +74,7 @@ GURL GetChangelistOperation::GetURL() const {
//============================= GetFlielistOperation ===========================
GetFilelistOperation::GetFilelistOperation(
- GDataOperationRegistry* registry,
+ OperationRegistry* registry,
const GURL& url,
const std::string& search_string,
const GetDataCallback& callback)
@@ -98,7 +98,7 @@ GURL GetFilelistOperation::GetURL() const {
//=============================== GetFlieOperation =============================
GetFileOperation::GetFileOperation(
- GDataOperationRegistry* registry,
+ OperationRegistry* registry,
const std::string& file_id,
const GetDataCallback& callback)
: GetDataOperation(registry, callback),
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_api_operations.h ('k') | chrome/browser/chromeos/gdata/drive_api_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698