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

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 7d5cc1e7952369ff86008d20057db422f193452c..2eae2a0a78300075e94bfb2abfdba09381284473 100644
--- a/chrome/browser/chromeos/gdata/drive_service_interface.h
+++ b/chrome/browser/chromeos/gdata/drive_service_interface.h
@@ -15,7 +15,7 @@ class Profile;
namespace gdata {
-class GDataOperationRegistry;
+class OperationRegistry;
// Document export format.
enum DocumentExportFormat {
@@ -57,7 +57,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;

Powered by Google App Engine
This is Rietveld 408576698