| Index: chrome/utility/shell_handler_win.cc
|
| diff --git a/chrome/utility/shell_handler_win.cc b/chrome/utility/shell_handler_win.cc
|
| index 96cce541e07c40bd7771010426591efa8b9b8ae6..92ae5018d783e67e31fc638bf839846f41debfa5 100644
|
| --- a/chrome/utility/shell_handler_win.cc
|
| +++ b/chrome/utility/shell_handler_win.cc
|
| @@ -6,8 +6,9 @@
|
|
|
| #include <commdlg.h>
|
|
|
| +#include <memory>
|
| +
|
| #include "base/files/file_path.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "chrome/common/chrome_utility_messages.h"
|
| #include "content/public/utility/utility_thread.h"
|
| #include "ui/base/win/open_file_name_win.h"
|
|
|