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