diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-09 11:36:16 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-09 11:36:16 +0000 |
commit | 8cb5d5b5406f5b3c18b7882c27c87938a81b584b (patch) | |
tree | dbdc64a8ea9b1855d65b1ab228bc6fb59112f337 /chrome/browser/sync/glue | |
parent | 8db8746942a16ce493f8c4eb3aeebf2c36e38946 (diff) | |
download | chromium_src-8cb5d5b5406f5b3c18b7882c27c87938a81b584b.zip chromium_src-8cb5d5b5406f5b3c18b7882c27c87938a81b584b.tar.gz chromium_src-8cb5d5b5406f5b3c18b7882c27c87938a81b584b.tar.bz2 |
[GTTF] Reduce header dependencies in chrome.
BUG=none
TEST=If it compiles it is perfect.
Review URL: http://codereview.chromium.org/585008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38463 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/glue')
-rw-r--r-- | chrome/browser/sync/glue/bookmark_model_associator.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/bookmark_model_associator.cc b/chrome/browser/sync/glue/bookmark_model_associator.cc index d6ad0ab..975ae8e 100644 --- a/chrome/browser/sync/glue/bookmark_model_associator.cc +++ b/chrome/browser/sync/glue/bookmark_model_associator.cc @@ -10,6 +10,7 @@ #include "base/message_loop.h" #include "base/task.h" #include "chrome/browser/bookmarks/bookmark_model.h" +#include "chrome/browser/profile.h" #include "chrome/browser/sync/engine/syncapi.h" #include "chrome/browser/sync/glue/bookmark_change_processor.h" #include "chrome/browser/sync/profile_sync_service.h" |