| Index: content/test/test_web_contents.h
|
| diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
|
| index 7b308d8d448fcbba73a488caee005bd8725c02bf..5f338c6c8bd69fa770fb663ba8ba735b8fdeacc5 100644
|
| --- a/content/test/test_web_contents.h
|
| +++ b/content/test/test_web_contents.h
|
| @@ -97,7 +97,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
|
| const GURL& url,
|
| bool is_main_frame,
|
| int error_code,
|
| - const string16& error_description);
|
| + const base::string16& error_description);
|
|
|
| protected:
|
| // The deprecated WebContentsTester still needs to subclass this.
|
|
|