Index: trunk/src/chrome/browser/managed_mode/managed_user_sync_service_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/managed_mode/managed_user_sync_service_unittest.cc (revision 219785) |
+++ trunk/src/chrome/browser/managed_mode/managed_user_sync_service_unittest.cc (working copy) |
@@ -13,7 +13,6 @@ |
#include "chrome/common/pref_names.h" |
#include "chrome/test/base/testing_profile.h" |
#include "content/public/browser/browser_thread.h" |
-#include "content/public/test/test_browser_thread_bundle.h" |
#include "sync/api/sync_change.h" |
#include "sync/api/sync_error_factory_mock.h" |
#include "sync/protocol/sync.pb.h" |
@@ -87,7 +86,6 @@ |
MockChangeProcessor* change_processor() { return change_processor_; } |
private: |
- content::TestBrowserThreadBundle thread_bundle_; |
TestingProfile profile_; |
ManagedUserSyncService* service_; |