| Index: trunk/src/chrome/browser/profiles/avatar_menu_model_unittest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/profiles/avatar_menu_model_unittest.cc (revision 219785)
|
| +++ trunk/src/chrome/browser/profiles/avatar_menu_model_unittest.cc (working copy)
|
| @@ -14,7 +14,6 @@
|
| #include "chrome/browser/profiles/profiles_state.h"
|
| #include "chrome/test/base/testing_browser_process.h"
|
| #include "chrome/test/base/testing_profile_manager.h"
|
| -#include "content/public/test/test_browser_thread_bundle.h"
|
| #include "grit/generated_resources.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| @@ -56,7 +55,6 @@
|
| TestingProfileManager* manager() { return &manager_; }
|
|
|
| private:
|
| - content::TestBrowserThreadBundle thread_bundle_;
|
| TestingProfileManager manager_;
|
| };
|
|
|
|
|