Chromium Code Reviews| Index: chrome/utility/shell_handler_win.h |
| diff --git a/chrome/utility/shell_handler_win.h b/chrome/utility/shell_handler_win.h |
| index 63f16f4268d79cdcf1b203353c1e983c03f4a5a9..ea2a0b384c9f96239387174cfe942c9a571dd44a 100644 |
| --- a/chrome/utility/shell_handler_win.h |
| +++ b/chrome/utility/shell_handler_win.h |
| @@ -7,19 +7,19 @@ |
| #include <Windows.h> |
| +#include <tuple> |
| #include <vector> |
| #include "base/compiler_specific.h" |
| #include "base/macros.h" |
| #include "base/strings/string16.h" |
| -#include "base/tuple.h" |
| #include "chrome/utility/utility_message_handler.h" |
| namespace base { |
| class FilePath; |
| } // namespace base |
| -typedef std::vector<base::Tuple<base::string16, base::string16>> |
| +typedef std::vector<std::tuple<base::string16, base::string16>> |
|
danakj
2016/03/08 18:22:24
nit: using
tzik
2016/03/09 05:26:51
Done.
|
| GetOpenFileNameFilter; |
| struct ChromeUtilityMsg_GetSaveFileName_Params; |