| Index: content/common/notification_service_unittest.cc
|
| diff --git a/content/common/notification_service_unittest.cc b/content/common/notification_service_unittest.cc
|
| index a40e11c0e9487d4697fff11ede08836588a9762f..7cdcb6dde03ff87a0dbbf02c85dffc205af493f2 100644
|
| --- a/content/common/notification_service_unittest.cc
|
| +++ b/content/common/notification_service_unittest.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
| #include "content/common/notification_service.h"
|
| @@ -31,7 +32,7 @@ private:
|
| } // namespace
|
|
|
|
|
| -class NotificationServiceTest : public testing::Test {
|
| +class NotificationServiceTest : public TestingBrowserProcessTest {
|
| protected:
|
| NotificationRegistrar registrar_;
|
| };
|
|
|