| Index: chrome/browser/chrome_to_mobile_service.h
|
| diff --git a/chrome/browser/chrome_to_mobile_service.h b/chrome/browser/chrome_to_mobile_service.h
|
| index 6a70094abe83745ddc8a83b3a2d1b59803207a5f..a3deaae487b2c49e1b620558bd065a5fb68a5b37 100644
|
| --- a/chrome/browser/chrome_to_mobile_service.h
|
| +++ b/chrome/browser/chrome_to_mobile_service.h
|
| @@ -24,6 +24,10 @@ class OAuth2AccessTokenFetcher;
|
| class CloudPrintURL;
|
| class Profile;
|
|
|
| +namespace base {
|
| +class DictionaryValue;
|
| +}
|
| +
|
| // ChromeToMobileService connects to the cloud print service to enumerate
|
| // compatible mobiles owned by its profile and send URLs and MHTML snapshots.
|
| // The mobile list updates regularly, and explicitly by RequestMobileListUpdate.
|
|
|