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 8b20c88c804966c820e46c6fed7fc3118754e820..ccb370bb42730cedf64164046a4194a3fc739ec5 100644 |
--- a/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h |
+++ b/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h |
@@ -26,13 +26,13 @@ class DeviceOAuth2TokenServiceFactory { |
// Called by ChromeBrowserMainPartsChromeOS in order to bootstrap the |
// DeviceOAuth2TokenService instance after the required global data is |
- // available (local state and request context getter). |
+ // available (local state, request context getter and CrosSettings). |
static void Initialize(); |
// Called by ChromeBrowserMainPartsChromeOS in order to shutdown the |
// DeviceOAuth2TokenService instance and cancel all in-flight requests before |
- // the required global data is destroyed (local state and request context |
- // getter). |
+ // the required global data is destroyed (local state, request context getter |
+ // and CrosSettings). |
static void Shutdown(); |
private: |