| Index: chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc b/chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc
|
| index ce233447620a787358f5e1d7a1fa54116d9d6ee7..abb26800bdb566d0c5c6a2295916720bc921b82b 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc
|
| @@ -69,7 +69,7 @@ class RegisterProtocolHandlerBrowserTest : public InProcessBrowserTest {
|
|
|
| void AddProtocolHandler(const std::string& protocol,
|
| const GURL& url,
|
| - const string16& title) {
|
| + const base::string16& title) {
|
| ProtocolHandler handler = ProtocolHandler::CreateProtocolHandler(
|
| protocol, url, title);
|
| ProtocolHandlerRegistry* registry =
|
|
|