| Index: chrome/browser/sync/profile_sync_service.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service.cc (revision 68879)
|
| +++ chrome/browser/sync/profile_sync_service.cc (working copy)
|
| @@ -19,7 +19,6 @@
|
| #include "base/string_util.h"
|
| #include "base/task.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/history/history_types.h"
|
| #include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| @@ -199,7 +198,6 @@
|
| token_migrator_->TryMigration();
|
| }
|
| }
|
| -
|
| }
|
|
|
| void ProfileSyncService::RegisterAuthNotifications() {
|
|
|