| Index: chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc
|
| diff --git a/chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc b/chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc
|
| index f03c91db54fa6250ef3f30a816839e01018a2d7d..e3c9b55f5b3d0a19930ef4474b6247e43b324baa 100644
|
| --- a/chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.cc
|
| +++ b/chrome/browser/ui/panels/panel_and_desktop_notification_browsertest.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 "base/prefs/pref_service.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/notifications/balloon.h"
|
| @@ -9,7 +10,6 @@
|
| #include "chrome/browser/notifications/balloon_notification_ui_manager.h"
|
| #include "chrome/browser/notifications/desktop_notification_service.h"
|
| #include "chrome/browser/notifications/notification.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/panels/base_panel_browser_test.h"
|
| #include "chrome/browser/ui/panels/detached_panel_collection.h"
|
|
|