| Index: chrome/browser/notifications/desktop_notifications_unittest.h
|
| diff --git a/chrome/browser/notifications/desktop_notifications_unittest.h b/chrome/browser/notifications/desktop_notifications_unittest.h
|
| index faa470a8337ded1efea9c5947d3c850a737e4a67..70ccbd27e0afd4b3eb48d62bd81ccf23ae26fdc5 100644
|
| --- a/chrome/browser/notifications/desktop_notifications_unittest.h
|
| +++ b/chrome/browser/notifications/desktop_notifications_unittest.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -17,6 +17,7 @@
|
| #include "chrome/browser/notifications/notification_test_util.h"
|
| #include "chrome/browser/notifications/notification_ui_manager.h"
|
| #include "chrome/browser/notifications/notifications_prefs_cache.h"
|
| +#include "chrome/test/testing_pref_service.h"
|
| #include "chrome/test/testing_profile.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -102,6 +103,9 @@ class DesktopNotificationsTest : public testing::Test {
|
| MessageLoopForUI message_loop_;
|
| BrowserThread ui_thread_;
|
|
|
| + // Local state mock.
|
| + TestingPrefService local_state_;
|
| +
|
| // Test profile.
|
| scoped_ptr<TestingProfile> profile_;
|
|
|
|
|