| Index: chrome/common/chrome_utility_messages.h
|
| diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
|
| index 1f3c6c0cda06a8ead7e0e63bf9b364838f4f58ac..76e7a1c6209d0ccebffa254d5f1f455ab4b50b0b 100644
|
| --- a/chrome/common/chrome_utility_messages.h
|
| +++ b/chrome/common/chrome_utility_messages.h
|
| @@ -33,7 +33,7 @@
|
| #if defined(OS_WIN)
|
| // A vector of filters, each being a Tuple containing a display string (i.e.
|
| // "Text Files") and a filter pattern (i.e. "*.txt").
|
| -typedef std::vector<Tuple<base::string16, base::string16>>
|
| +typedef std::vector<base::Tuple<base::string16, base::string16>>
|
| GetOpenFileNameFilter;
|
| #endif // OS_WIN
|
|
|
|
|