| Index: chrome/browser/web_applications/web_app_win.cc
|
| diff --git a/chrome/browser/web_applications/web_app_win.cc b/chrome/browser/web_applications/web_app_win.cc
|
| index 4d4efcffc44b45c0fbcc08fc445fb7577c89676d..5701e5333ef80f94dde69d03af5b7db6c76558c1 100644
|
| --- a/chrome/browser/web_applications/web_app_win.cc
|
| +++ b/chrome/browser/web_applications/web_app_win.cc
|
| @@ -7,8 +7,8 @@
|
| #include <shlobj.h>
|
|
|
| #include "base/command_line.h"
|
| -#include "base/file_util.h"
|
| #include "base/files/file_enumerator.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/md5.h"
|
| #include "base/path_service.h"
|
|
|