Index: chrome/browser/sync/profile_sync_factory_impl.h |
=================================================================== |
--- chrome/browser/sync/profile_sync_factory_impl.h (revision 50775) |
+++ chrome/browser/sync/profile_sync_factory_impl.h (working copy) |
@@ -11,17 +11,9 @@ |
class CommandLine; |
class Profile; |
-namespace chrome_common_net { |
-class NetworkChangeNotifierThread; |
-} |
- |
class ProfileSyncFactoryImpl : public ProfileSyncFactory { |
public: |
- ProfileSyncFactoryImpl( |
- Profile* profile, |
- chrome_common_net::NetworkChangeNotifierThread* |
- network_change_notifier_thread, |
- CommandLine* command_line); |
+ ProfileSyncFactoryImpl(Profile* profile, CommandLine* command_line); |
virtual ~ProfileSyncFactoryImpl() {} |
// ProfileSyncFactory interface. |
@@ -65,8 +57,6 @@ |
private: |
Profile* profile_; |
- chrome_common_net::NetworkChangeNotifierThread* |
- network_change_notifier_thread_; |
CommandLine* command_line_; |
DISALLOW_COPY_AND_ASSIGN(ProfileSyncFactoryImpl); |