| Index: chrome/browser/shell_integration_linux.cc
|
| diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
|
| index a521610c73f41d31da6a5bcaf8fd493bd4ca6d1e..905b23f07ced48adc233d82a5a8190acd653fcec 100644
|
| --- a/chrome/browser/shell_integration_linux.cc
|
| +++ b/chrome/browser/shell_integration_linux.cc
|
| @@ -21,9 +21,9 @@
|
| #include "base/base_paths.h"
|
| #include "base/command_line.h"
|
| #include "base/environment.h"
|
| -#include "base/file_util.h"
|
| #include "base/files/file_enumerator.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/i18n/file_util_icu.h"
|
| #include "base/memory/ref_counted_memory.h"
|
|
|