| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 3165b3359fa8539664e1ab0b69855b34803d3993..a5ba58d20601c77b044075a3dc6687282c7c0d0d 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -20,6 +20,10 @@ namespace base {
|
| class Time;
|
| }
|
|
|
| +namespace chrome {
|
| +class ChromeContentBrowserClient;
|
| +}
|
| +
|
| namespace chromeos {
|
| class LibCrosServiceLibraryImpl;
|
| class ResetDefaultProxyConfigServiceTask;
|
| @@ -141,18 +145,16 @@ class Profile : public content::BrowserContext {
|
|
|
| friend class AutofillDownloadManager;
|
| friend class ChromePluginMessageFilter;
|
| - friend class DefaultGeolocationArbitratorDependencyFactory;
|
| friend class BrowserListTabContentsProvider;
|
| friend class LiveSyncTest;
|
| friend class MetricsService;
|
| - friend class ResolveProxyMsgHelper;
|
| friend class SafeBrowsingServiceTestHelper;
|
| friend class SdchDictionaryFetcher;
|
| friend class Toolbar5Importer;
|
| friend class TranslateManager;
|
| + friend class chrome::ChromeContentBrowserClient;
|
| friend class chromeos::LibCrosServiceLibraryImpl;
|
| friend class chromeos::ResetDefaultProxyConfigServiceTask;
|
| - friend class speech_input::SpeechRecognizer;
|
|
|
| static net::URLRequestContextGetter* GetDefaultRequestContext() {
|
| return Profile::GetDefaultRequestContext();
|
|
|