| Index: trunk/src/chrome/browser/extensions/extension_warning_service_unittest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/extensions/extension_warning_service_unittest.cc (revision 219785)
|
| +++ trunk/src/chrome/browser/extensions/extension_warning_service_unittest.cc (working copy)
|
| @@ -8,7 +8,6 @@
|
| #include "chrome/browser/ui/global_error/global_error_service.h"
|
| #include "chrome/browser/ui/global_error/global_error_service_factory.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| -#include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -48,7 +47,6 @@
|
| // Check that inserting a warning triggers notifications, whereas inserting
|
| // the same warning again is silent.
|
| TEST(ExtensionWarningServiceTest, SetWarning) {
|
| - content::TestBrowserThreadBundle thread_bundle;
|
| TestingProfile profile;
|
| TestExtensionWarningService warning_service(&profile);
|
| MockObserver observer;
|
| @@ -71,7 +69,6 @@
|
| // Check that ClearWarnings deletes exactly the specified warnings and
|
| // triggers notifications where appropriate.
|
| TEST(ExtensionWarningServiceTest, ClearWarnings) {
|
| - content::TestBrowserThreadBundle thread_bundle;
|
| TestingProfile profile;
|
| TestExtensionWarningService warning_service(&profile);
|
| MockObserver observer;
|
|
|