| Index: chrome/utility/shell_handler_win.h
|
| diff --git a/chrome/utility/shell_handler_win.h b/chrome/utility/shell_handler_win.h
|
| index 6c993f744a0fc82da019cb31f89b8743a851dd8b..63f16f4268d79cdcf1b203353c1e983c03f4a5a9 100644
|
| --- a/chrome/utility/shell_handler_win.h
|
| +++ b/chrome/utility/shell_handler_win.h
|
| @@ -19,7 +19,7 @@ namespace base {
|
| class FilePath;
|
| } // namespace base
|
|
|
| -typedef std::vector<Tuple<base::string16, base::string16>>
|
| +typedef std::vector<base::Tuple<base::string16, base::string16>>
|
| GetOpenFileNameFilter;
|
|
|
| struct ChromeUtilityMsg_GetSaveFileName_Params;
|
|
|