summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_components_factory_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/profile_sync_components_factory_impl.h')
-rw-r--r--chrome/browser/sync/profile_sync_components_factory_impl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.h b/chrome/browser/sync/profile_sync_components_factory_impl.h
index d5aa6a0..7e7ccf2 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl.h
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.h
@@ -11,7 +11,6 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "chrome/browser/sync/profile_sync_components_factory.h"
-#include "chrome/browser/webdata/web_data_service.h"
class CommandLine;
class ExtensionSystem;
@@ -21,7 +20,7 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory {
public:
ProfileSyncComponentsFactoryImpl(Profile* profile,
CommandLine* command_line);
- virtual ~ProfileSyncComponentsFactoryImpl();
+ virtual ~ProfileSyncComponentsFactoryImpl() {}
virtual void RegisterDataTypes(ProfileSyncService* pss) OVERRIDE;
@@ -67,7 +66,6 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory {
// Set on the UI thread (since ExtensionSystemFactory is non-threadsafe);
// accessed on both the UI and FILE threads in GetSyncableServiceForType.
ExtensionSystem* extension_system_;
- scoped_refptr<WebDataService> web_data_service_;
DISALLOW_COPY_AND_ASSIGN(ProfileSyncComponentsFactoryImpl);
};