| Index: extensions/common/extension_utility_messages.h
|
| diff --git a/extensions/common/extension_utility_messages.h b/extensions/common/extension_utility_messages.h
|
| index 8c0fd30bb32b317e266f51da2d3af3ba1a654e77..1d140472d5d44cd526aaa3cd0c413ba6fdc3bd3b 100644
|
| --- a/extensions/common/extension_utility_messages.h
|
| +++ b/extensions/common/extension_utility_messages.h
|
| @@ -16,7 +16,7 @@
|
| #ifndef EXTENSIONS_COMMON_EXTENSION_UTILITY_MESSAGES_H_
|
| #define EXTENSIONS_COMMON_EXTENSION_UTILITY_MESSAGES_H_
|
|
|
| -typedef std::vector<Tuple<SkBitmap, base::FilePath>> DecodedImages;
|
| +typedef std::vector<base::Tuple<SkBitmap, base::FilePath>> DecodedImages;
|
|
|
| #endif // EXTENSIONS_COMMON_EXTENSION_UTILITY_MESSAGES_H_
|
|
|
|
|