| Index: chrome/browser/chromeos/drive/drive_integration_service.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_integration_service.cc b/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| index c98cd19febfd6841325312db3a12c923b128d7cd..e6f9845cab6f38f90ab27292634ac65b93754bf9 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service.cc
|
| @@ -605,7 +605,7 @@ DriveIntegrationService* DriveIntegrationServiceFactory::FindForProfile(
|
|
|
| // static
|
| DriveIntegrationServiceFactory* DriveIntegrationServiceFactory::GetInstance() {
|
| - return Singleton<DriveIntegrationServiceFactory>::get();
|
| + return base::Singleton<DriveIntegrationServiceFactory>::get();
|
| }
|
|
|
| DriveIntegrationServiceFactory::DriveIntegrationServiceFactory()
|
|
|