| Index: chrome/browser/history/history_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_browsertest.cc (revision 156197)
|
| +++ chrome/browser/history/history_browsertest.cc (working copy)
|
| @@ -476,7 +476,7 @@
|
| // Verify history shortcut opens only one history tab per window. Also, make
|
| // sure that existing history tab is activated.
|
| IN_PROC_BROWSER_TEST_F(HistoryBrowserTest, OneHistoryTabPerWindow) {
|
| - GURL history_url("chrome://chrome/history/");
|
| + GURL history_url(chrome::kChromeUIHistoryURL);
|
|
|
| // Even after navigate completes, the currently-active tab title is
|
| // 'Loading...' for a brief time while the history page loads.
|
|
|