Chromium Code Reviews| Index: chrome/common/extensions/manifest.h |
| =================================================================== |
| --- chrome/common/extensions/manifest.h (revision 114888) |
| +++ chrome/common/extensions/manifest.h (working copy) |
| @@ -60,7 +60,7 @@ |
| // Returns true if all keys in the manifest can be specified by |
| // the extension type. |
| - bool ValidateManifest(std::string* error) const; |
| + bool ValidateManifest(string16* error) const; |
| // Returns the manifest type. |
| Type GetType() const; |