summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 22:53:11 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-17 22:53:11 +0000
commitf21cf6a82c8f4641a93618b60d107369c92fc0ae (patch)
tree8f4beddd60c4486c1ee744c98a06c4c0d5c05113 /chrome/browser/sync/glue
parentd480ae50cfc537495257f6437680ead7acb080ba (diff)
downloadchromium_src-f21cf6a82c8f4641a93618b60d107369c92fc0ae.zip
chromium_src-f21cf6a82c8f4641a93618b60d107369c92fc0ae.tar.gz
chromium_src-f21cf6a82c8f4641a93618b60d107369c92fc0ae.tar.bz2
sync: remove includes from ProfileSyncFactory + add to AutofillDataTypeController
Probably the awesomest patch evar BUG=none TEST=compiles! Review URL: http://codereview.chromium.org/8590041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110586 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/glue')
-rw-r--r--chrome/browser/sync/glue/autofill_data_type_controller.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.cc b/chrome/browser/sync/glue/autofill_data_type_controller.cc
index 5540225..406d253 100644
--- a/chrome/browser/sync/glue/autofill_data_type_controller.cc
+++ b/chrome/browser/sync/glue/autofill_data_type_controller.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/sync/glue/autofill_data_type_controller.h"
+#include "base/bind.h"
#include "base/metrics/histogram.h"
#include "base/task.h"
#include "chrome/browser/profiles/profile.h"