summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-13 01:51:14 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-13 01:51:14 +0000
commitceac9970335d0d5915bc258980956a121f8540f4 (patch)
treef88c0628f49d3f0f05aa6f9c1b2d983b2c35f2d1 /chrome/browser/sync
parentbb8c4fa05af6447e47facd049ed14ec9bb74d22d (diff)
downloadchromium_src-ceac9970335d0d5915bc258980956a121f8540f4.zip
chromium_src-ceac9970335d0d5915bc258980956a121f8540f4.tar.gz
chromium_src-ceac9970335d0d5915bc258980956a121f8540f4.tar.bz2
Cleanup: Remove unneeded includes of pref_names.h
BUG=none TEST=none Review URL: http://codereview.chromium.org/6122006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71283 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r--chrome/browser/sync/glue/autofill_change_processor.cc1
-rw-r--r--chrome/browser/sync/glue/autofill_model_associator.cc3
-rw-r--r--chrome/browser/sync/glue/theme_util.cc1
-rw-r--r--chrome/browser/sync/profile_sync_factory_impl.cc2
-rw-r--r--chrome/browser/sync/profile_sync_service_harness.cc1
-rw-r--r--chrome/browser/sync/profile_sync_service_session_unittest.cc2
6 files changed, 1 insertions, 9 deletions
diff --git a/chrome/browser/sync/glue/autofill_change_processor.cc b/chrome/browser/sync/glue/autofill_change_processor.cc
index ec5a673..211a4dc 100644
--- a/chrome/browser/sync/glue/autofill_change_processor.cc
+++ b/chrome/browser/sync/glue/autofill_change_processor.cc
@@ -21,7 +21,6 @@
#include "chrome/browser/webdata/web_database.h"
#include "chrome/common/guid.h"
#include "chrome/common/notification_service.h"
-#include "chrome/common/pref_names.h"
namespace browser_sync {
diff --git a/chrome/browser/sync/glue/autofill_model_associator.cc b/chrome/browser/sync/glue/autofill_model_associator.cc
index 289d5fb..07ef498 100644
--- a/chrome/browser/sync/glue/autofill_model_associator.cc
+++ b/chrome/browser/sync/glue/autofill_model_associator.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/sync/glue/autofill_model_associator.h"
+#include <functional>
#include <vector>
#include "base/task.h"
@@ -22,7 +23,6 @@
#include "chrome/browser/sync/protocol/autofill_specifics.pb.h"
#include "chrome/browser/webdata/web_database.h"
#include "chrome/common/guid.h"
-#include "chrome/common/pref_names.h"
#include "net/base/escape.h"
using base::TimeTicks;
@@ -576,4 +576,3 @@ bool AutofillModelAssociator::HasNotMigratedYet(
}
} // namespace browser_sync
-
diff --git a/chrome/browser/sync/glue/theme_util.cc b/chrome/browser/sync/glue/theme_util.cc
index c2d70ca..c6ed68b 100644
--- a/chrome/browser/sync/glue/theme_util.cc
+++ b/chrome/browser/sync/glue/theme_util.cc
@@ -19,7 +19,6 @@
#include "chrome/browser/sync/protocol/theme_specifics.pb.h"
#include "chrome/common/extensions/extension.h"
#include "chrome/common/extensions/extension_constants.h"
-#include "chrome/common/pref_names.h"
#include "googleurl/src/gurl.h"
namespace browser_sync {
diff --git a/chrome/browser/sync/profile_sync_factory_impl.cc b/chrome/browser/sync/profile_sync_factory_impl.cc
index 991ea96..79864f0 100644
--- a/chrome/browser/sync/profile_sync_factory_impl.cc
+++ b/chrome/browser/sync/profile_sync_factory_impl.cc
@@ -39,7 +39,6 @@
#include "chrome/browser/sync/profile_sync_factory_impl.h"
#include "chrome/browser/webdata/web_data_service.h"
#include "chrome/common/chrome_switches.h"
-#include "chrome/common/pref_names.h"
using browser_sync::AppDataTypeController;
using browser_sync::AutofillChangeProcessor;
@@ -194,7 +193,6 @@ ProfileSyncFactoryImpl::CreateAutofillSyncComponents(
personal_data,
error_handler);
return SyncComponents(model_associator, change_processor);
-
}
ProfileSyncFactory::SyncComponents
diff --git a/chrome/browser/sync/profile_sync_service_harness.cc b/chrome/browser/sync/profile_sync_service_harness.cc
index 2dfb092..83adbbd 100644
--- a/chrome/browser/sync/profile_sync_service_harness.cc
+++ b/chrome/browser/sync/profile_sync_service_harness.cc
@@ -17,7 +17,6 @@
#include "chrome/common/net/gaia/gaia_constants.h"
#include "chrome/common/net/gaia/google_service_auth_error.h"
#include "chrome/common/notification_source.h"
-#include "chrome/common/pref_names.h"
// The default value for min_timestamp_needed_ when we're not in the
// WAITING_FOR_UPDATES state.
diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc
index 7f90cd6..d235259 100644
--- a/chrome/browser/sync/profile_sync_service_session_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc
@@ -30,7 +30,6 @@
#include "chrome/common/notification_observer.h"
#include "chrome/common/notification_registrar.h"
#include "chrome/common/notification_service.h"
-#include "chrome/common/pref_names.h"
#include "chrome/test/browser_with_test_window_test.h"
#include "chrome/test/file_test_utils.h"
#include "chrome/test/profile_mock.h"
@@ -425,4 +424,3 @@ TEST_F(ProfileSyncServiceSessionTest, TabNodePoolNonEmpty) {
}
} // namespace browser_sync
-