| Index: chrome/browser/notifications/notification_exceptions_table_model_unittest.cc
|
| diff --git a/chrome/browser/notifications/notification_exceptions_table_model_unittest.cc b/chrome/browser/notifications/notification_exceptions_table_model_unittest.cc
|
| index 6c6c182ca8d63863afef77bbb2d53e7da9b32d64..25f26808a683224938ca9ecd5e1d20790c8c5e5d 100644
|
| --- a/chrome/browser/notifications/notification_exceptions_table_model_unittest.cc
|
| +++ b/chrome/browser/notifications/notification_exceptions_table_model_unittest.cc
|
| @@ -1,10 +1,11 @@
|
| -// 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.
|
|
|
| #include "chrome/browser/notifications/notification_exceptions_table_model.h"
|
|
|
| #include "base/utf_string_conversions.h"
|
| +#include "chrome/browser/notifications/desktop_notification_service_factory.h"
|
| #include "chrome/test/testing_profile.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/browser/renderer_host/test_render_view_host.h"
|
| @@ -23,7 +24,7 @@ class NotificationExceptionsTableModelTest : public RenderViewHostTestHarness {
|
|
|
| virtual void SetUp() {
|
| RenderViewHostTestHarness::SetUp();
|
| - service_ = profile()->GetDesktopNotificationService();
|
| + service_ = DesktopNotificationServiceFactory::GetForProfile(profile());
|
| ResetModel();
|
| }
|
|
|
|
|