| Index: chrome/browser/chromeos/notifications/desktop_notifications_unittest.h
|
| diff --git a/chrome/browser/chromeos/notifications/desktop_notifications_unittest.h b/chrome/browser/chromeos/notifications/desktop_notifications_unittest.h
|
| index 5471b3b38e228e5ee75812922dc60e0f4533f99b..7da9a02edcb9bda6db60b581372300bf05230fed 100644
|
| --- a/chrome/browser/chromeos/notifications/desktop_notifications_unittest.h
|
| +++ b/chrome/browser/chromeos/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.
|
|
|
| @@ -21,6 +21,7 @@
|
| #include "chrome/browser/notifications/notification_ui_manager.h"
|
| #include "chrome/browser/notifications/notifications_prefs_cache.h"
|
| #include "chrome/common/render_messages.h"
|
| +#include "chrome/test/testing_pref_service.h"
|
| #include "chrome/test/testing_profile.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -90,6 +91,9 @@ class DesktopNotificationsTest : public testing::Test {
|
| MessageLoopForUI message_loop_;
|
| BrowserThread ui_thread_;
|
|
|
| + // Mock local state.
|
| + TestingPrefService local_state_;
|
| +
|
| // Test profile.
|
| scoped_ptr<TestingProfile> profile_;
|
|
|
|
|