| Index: chrome/common/chrome_utility_messages.h
|
| diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
|
| index b0d0eb20c3eb0e274cdf234e885932a4cbfa1969..b276d3891ef6096fd56fc1e6c23f0ba1e8439c88 100644
|
| --- a/chrome/common/chrome_utility_messages.h
|
| +++ b/chrome/common/chrome_utility_messages.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef CHROME_COMMON_CHROME_UTILITY_MESSAGES_H_
|
| #define CHROME_COMMON_CHROME_UTILITY_MESSAGES_H_
|
|
|
| -typedef std::vector<Tuple2<SkBitmap, base::FilePath> > DecodedImages;
|
| +typedef std::vector<Tuple<SkBitmap, base::FilePath>> DecodedImages;
|
|
|
| #endif // CHROME_COMMON_CHROME_UTILITY_MESSAGES_H_
|
|
|
| @@ -38,9 +38,9 @@
|
|
|
| #if defined(OS_WIN)
|
|
|
| -// A vector of filters, each being a Tuple2 containing a display string (i.e.
|
| +// 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<Tuple2<base::string16, base::string16> >
|
| +typedef std::vector<Tuple<base::string16, base::string16>>
|
| GetOpenFileNameFilter;
|
|
|
| IPC_STRUCT_BEGIN(ChromeUtilityMsg_GetSaveFileName_Params)
|
|
|