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

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

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_service_interface.h
diff --git a/chrome/browser/chromeos/gdata/drive_service_interface.h b/chrome/browser/chromeos/gdata/drive_service_interface.h
index ed8e8699c5ec311df60c9bbf3feb1ac533840730..2bce4f0e370628a528f0661aa6f811af42f800f4 100644
--- a/chrome/browser/chromeos/gdata/drive_service_interface.h
+++ b/chrome/browser/chromeos/gdata/drive_service_interface.h
@@ -17,7 +17,7 @@ class Profile;
namespace gdata {
-class GDataOperationRegistry;
+class OperationRegistry;
// Document export format.
enum DocumentExportFormat {
@@ -59,7 +59,7 @@ class DriveServiceInterface {
virtual void Initialize(Profile* profile) = 0;
// Retrieves the operation registry.
- virtual GDataOperationRegistry* operation_registry() const = 0;
+ virtual OperationRegistry* operation_registry() const = 0;
// Cancels all in-flight operations.
virtual void CancelAll() = 0;
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_api_service.cc ('k') | chrome/browser/chromeos/gdata/gdata_auth_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698