diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 20:11:52 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 20:11:52 +0000 |
commit | 1bda9755b57f7d0a9ee5621eaa2e1a96738f7d4c (patch) | |
tree | 78da616961fbbd1e6c71cc9189c924c467941f05 /chrome/browser/sync/engine/syncapi.cc | |
parent | bb546b3bf971a17fe59d644d0759793f781008f5 (diff) | |
download | chromium_src-1bda9755b57f7d0a9ee5621eaa2e1a96738f7d4c.zip chromium_src-1bda9755b57f7d0a9ee5621eaa2e1a96738f7d4c.tar.gz chromium_src-1bda9755b57f7d0a9ee5621eaa2e1a96738f7d4c.tar.bz2 |
Update a bunch of files to the new location of browser_thread.h
TBR=avi
Review URL: http://codereview.chromium.org/6594084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/engine/syncapi.cc')
-rw-r--r-- | chrome/browser/sync/engine/syncapi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncapi.cc b/chrome/browser/sync/engine/syncapi.cc index 3c31f77..ff303a0 100644 --- a/chrome/browser/sync/engine/syncapi.cc +++ b/chrome/browser/sync/engine/syncapi.cc @@ -24,7 +24,6 @@ #include "base/task.h" #include "base/utf_string_conversions.h" #include "base/values.h" -#include "chrome/browser/browser_thread.h" #include "chrome/browser/sync/sync_constants.h" #include "chrome/browser/sync/engine/all_status.h" #include "chrome/browser/sync/engine/change_reorder_buffer.h" @@ -59,6 +58,7 @@ #include "chrome/browser/sync/util/crypto_helpers.h" #include "chrome/common/deprecated/event_sys.h" #include "chrome/common/net/gaia/gaia_authenticator.h" +#include "content/browser/browser_thread.h" #include "jingle/notifier/listener/mediator_thread_impl.h" #include "jingle/notifier/listener/notification_constants.h" #include "jingle/notifier/listener/talk_mediator.h" |