| Index: chrome/browser/profile.h
|
| ===================================================================
|
| --- chrome/browser/profile.h (revision 50775)
|
| +++ chrome/browser/profile.h (working copy)
|
| @@ -22,10 +22,6 @@
|
| #include "chrome/browser/chromeos/preferences.h"
|
| #endif
|
|
|
| -namespace chrome_common_net {
|
| -class NetworkChangeNotifierThread;
|
| -}
|
| -
|
| namespace history {
|
| class TopSites;
|
| }
|
| @@ -605,9 +601,6 @@
|
| scoped_refptr<WebResourceService> web_resource_service_;
|
| scoped_ptr<NTPResourceCache> ntp_resource_cache_;
|
|
|
| - // Used by |profile_sync_factory_|.
|
| - scoped_ptr<chrome_common_net::NetworkChangeNotifierThread>
|
| - network_change_notifier_thread_;
|
| scoped_ptr<ProfileSyncFactory> profile_sync_factory_;
|
| scoped_ptr<ProfileSyncService> sync_service_;
|
| scoped_ptr<CloudPrintProxyService> cloud_print_proxy_service_;
|
|
|