| 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;
|
|
|