diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 22:31:58 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 22:31:58 +0000 |
commit | a8c229cc41f24d97c3d44b32e4a3206984b56845 (patch) | |
tree | 03f676fb62d874bf0be0184c4b4f0586afb8c5da /chrome/browser/sync | |
parent | f8502681d0b8feedc74ad467364eb72d185b5856 (diff) | |
download | chromium_src-a8c229cc41f24d97c3d44b32e4a3206984b56845.zip chromium_src-a8c229cc41f24d97c3d44b32e4a3206984b56845.tar.gz chromium_src-a8c229cc41f24d97c3d44b32e4a3206984b56845.tar.bz2 |
Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6260001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71368 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r-- | chrome/browser/sync/profile_sync_service_harness.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service_harness.cc b/chrome/browser/sync/profile_sync_service_harness.cc index 19d549d..d563552 100644 --- a/chrome/browser/sync/profile_sync_service_harness.cc +++ b/chrome/browser/sync/profile_sync_service_harness.cc @@ -13,7 +13,6 @@ #include "chrome/browser/net/gaia/token_service.h" #include "chrome/browser/sync/glue/sync_backend_host.h" #include "chrome/browser/sync/sessions/session_state.h" -#include "chrome/browser/ui/browser.h" #include "chrome/common/net/gaia/gaia_constants.h" #include "chrome/common/net/gaia/google_service_auth_error.h" #include "chrome/common/notification_source.h" |