| Index: chrome/browser/component_updater/component_updater_service_unittest.cc
|
| diff --git a/chrome/browser/component_updater/component_updater_service_unittest.cc b/chrome/browser/component_updater/component_updater_service_unittest.cc
|
| index ff7eb80edd388fb06de65b06f712f0cab6703847..6508a4e20f6bb15ce9315fa6a28a994c96325aa5 100644
|
| --- a/chrome/browser/component_updater/component_updater_service_unittest.cc
|
| +++ b/chrome/browser/component_updater/component_updater_service_unittest.cc
|
| @@ -14,7 +14,6 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/test/base/test_notification_tracker.h"
|
| #include "chrome/test/base/test_url_request_context_getter.h"
|
| -#include "chrome/test/base/testing_browser_process_test.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_service.h"
|
| @@ -120,7 +119,7 @@ const char header_ok_reply[] =
|
| } // namespace
|
|
|
| // Common fixture for all the component updater tests.
|
| -class ComponentUpdaterTest : public TestingBrowserProcessTest {
|
| +class ComponentUpdaterTest : public testing::Test {
|
| public:
|
| ComponentUpdaterTest() : component_updater_(NULL), test_config_(NULL) {
|
| // The component updater instance under test.
|
|
|