| Index: chrome/browser/background_mode_manager.cc
|
| ===================================================================
|
| --- chrome/browser/background_mode_manager.cc (revision 71508)
|
| +++ chrome/browser/background_mode_manager.cc (working copy)
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <string>
|
| +
|
| #include "app/l10n_util.h"
|
| #include "app/resource_bundle.h"
|
| #include "base/base_paths.h"
|
| @@ -14,7 +16,6 @@
|
| #include "chrome/browser/browser_list.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| #include "chrome/browser/metrics/user_metrics.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/status_icons/status_icon.h"
|
| #include "chrome/browser/status_icons/status_tray.h"
|
|
|