| Index: chrome/browser/ui/webui/settings/downloads_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/downloads_handler.h b/chrome/browser/ui/webui/settings/downloads_handler.h
|
| index cdb9d60add14e441646f3ee5ba4e465953d69b0d..c949832c93794f018fad2570669821a8284be55f 100644
|
| --- a/chrome/browser/ui/webui/settings/downloads_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/downloads_handler.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef CHROME_BROWSER_UI_WEBUI_SETTINGS_DOWNLOADS_HANDLER_H_
|
| #define CHROME_BROWSER_UI_WEBUI_SETTINGS_DOWNLOADS_HANDLER_H_
|
|
|
| +#include <memory>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/ui/webui/settings/settings_page_ui_handler.h"
|
| #include "ui/shell_dialogs/select_file_dialog.h"
|
|
|
|
|