| Index: chrome/browser/background_mode_manager.cc
|
| ===================================================================
|
| --- chrome/browser/background_mode_manager.cc (revision 72000)
|
| +++ chrome/browser/background_mode_manager.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include <string>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/base_paths.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| @@ -27,6 +26,7 @@
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| void BackgroundModeManager::OnApplicationDataChanged(
|
| const Extension* extension) {
|
|
|