| Index: chrome/browser/apps/drive/drive_app_provider.cc
|
| diff --git a/chrome/browser/apps/drive/drive_app_provider.cc b/chrome/browser/apps/drive/drive_app_provider.cc
|
| index d866e626a4a307ac3cb9e479b0b2919adcf5b47d..15be11005cf990451876c2beb24f9fb608b5f540 100644
|
| --- a/chrome/browser/apps/drive/drive_app_provider.cc
|
| +++ b/chrome/browser/apps/drive/drive_app_provider.cc
|
| @@ -30,7 +30,7 @@ using extensions::ExtensionRegistry;
|
|
|
| namespace {
|
|
|
| -void IgnoreUninstallResult(google_apis::GDataErrorCode) {
|
| +void IgnoreUninstallResult(google_apis::DriveApiErrorCode) {
|
| }
|
|
|
| } // namespace
|
|
|