| Index: chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
|
| diff --git a/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h b/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
|
| index b9a596836e354d5ef9f81f3d3fbf45f331f3152c..f6c8637c2784cb01d6db84e38cbafce2a4ecebd0 100644
|
| --- a/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
|
| +++ b/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
|
| @@ -20,11 +20,6 @@ class DeviceOAuth2TokenServiceFactory {
|
| // during shutdown.
|
| static DeviceOAuth2TokenService* Get();
|
|
|
| - private:
|
| - friend class ChromeBrowserMainPartsChromeos;
|
| -
|
| - DeviceOAuth2TokenServiceFactory();
|
| -
|
| // Called by ChromeBrowserMainPartsChromeOS in order to bootstrap the
|
| // DeviceOAuth2TokenService instance after the required global data is
|
| // available (local state and request context getter).
|
| @@ -36,6 +31,9 @@ class DeviceOAuth2TokenServiceFactory {
|
| // context getter).
|
| static void Shutdown();
|
|
|
| + private:
|
| + DeviceOAuth2TokenServiceFactory();
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(DeviceOAuth2TokenServiceFactory);
|
| };
|
|
|
|
|