| Index: chrome/browser/background/background_application_list_model.cc
|
| diff --git a/chrome/browser/background/background_application_list_model.cc b/chrome/browser/background/background_application_list_model.cc
|
| index ac6d01278eb2ececd6f642ee2d107dcb3a6c4daa..cbb74f251430db6dc1c8ba11a4a9983315a5e758 100644
|
| --- a/chrome/browser/background/background_application_list_model.cc
|
| +++ b/chrome/browser/background/background_application_list_model.cc
|
| @@ -7,7 +7,7 @@
|
| #include <algorithm>
|
| #include <set>
|
|
|
| -#include "base/stl_util-inl.h"
|
| +#include "base/stl_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/app/chrome_command_ids.h"
|
| #include "chrome/browser/background/background_mode_manager.h"
|
|
|