| Index: chrome/common/extensions/mime_types_handler.h
|
| diff --git a/chrome/common/extensions/mime_types_handler.h b/chrome/common/extensions/mime_types_handler.h
|
| index 515854c1f8f3787263a9064b5bc5de0540261a30..240a12b1290ff7362b1b35e10006db3c0be28fbf 100644
|
| --- a/chrome/common/extensions/mime_types_handler.h
|
| +++ b/chrome/common/extensions/mime_types_handler.h
|
| @@ -54,7 +54,7 @@ class MimeTypesHandlerParser : public extensions::ManifestHandler {
|
| virtual ~MimeTypesHandlerParser();
|
|
|
| virtual bool Parse(extensions::Extension* extension,
|
| - string16* error) OVERRIDE;
|
| + base::string16* error) OVERRIDE;
|
|
|
| private:
|
| virtual const std::vector<std::string> Keys() const OVERRIDE;
|
|
|