Index: chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc |
=================================================================== |
--- chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc (revision 114019) |
+++ chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc (working copy) |
@@ -49,7 +49,7 @@ |
const Extension* extension)); |
MOCK_METHOD1(OnUnpackFailure, |
- void(const std::string& error)); |
+ void(const string16& error)); |
void DelegateToFake() { |
ON_CALL(*this, OnUnpackSuccess(_, _, _, _)) |