| Index: chrome/browser/extensions/crx_installer_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/crx_installer_browsertest.cc (revision 114888)
|
| +++ chrome/browser/extensions/crx_installer_browsertest.cc (working copy)
|
| @@ -31,7 +31,7 @@
|
| void OnInstallSuccess(const Extension* extension, SkBitmap* icon) {
|
| MessageLoopForUI::current()->Quit();
|
| }
|
| - void OnInstallFailure(const std::string& error) {
|
| + void OnInstallFailure(const string16& error) {
|
| ADD_FAILURE() << "install failed";
|
| MessageLoopForUI::current()->Quit();
|
| }
|
|
|