| Index: extensions/common/error_utils.h
|
| diff --git a/extensions/common/error_utils.h b/extensions/common/error_utils.h
|
| index c4d012ae2c00b1e4a7ed513ca3798e11b802bcc3..fedbd2887ba510a41caa393149c623fd43f52a09 100644
|
| --- a/extensions/common/error_utils.h
|
| +++ b/extensions/common/error_utils.h
|
| @@ -26,17 +26,17 @@ class ErrorUtils {
|
| const std::string& s2,
|
| const std::string& s3);
|
|
|
| - static string16 FormatErrorMessageUTF16(const std::string& format,
|
| - const std::string& s1);
|
| + static base::string16 FormatErrorMessageUTF16(const std::string& format,
|
| + const std::string& s1);
|
|
|
| - static string16 FormatErrorMessageUTF16(const std::string& format,
|
| - const std::string& s1,
|
| - const std::string& s2);
|
| + static base::string16 FormatErrorMessageUTF16(const std::string& format,
|
| + const std::string& s1,
|
| + const std::string& s2);
|
|
|
| - static string16 FormatErrorMessageUTF16(const std::string& format,
|
| - const std::string& s1,
|
| - const std::string& s2,
|
| - const std::string& s3);
|
| + static base::string16 FormatErrorMessageUTF16(const std::string& format,
|
| + const std::string& s1,
|
| + const std::string& s2,
|
| + const std::string& s3);
|
| };
|
|
|
| } // namespace extensions
|
|
|