| Index: chrome/browser/history/history_backend.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_backend.cc (revision 276109)
|
| +++ chrome/browser/history/history_backend.cc (working copy)
|
| @@ -444,7 +444,7 @@
|
| content::PAGE_TRANSITION_CHAIN_START;
|
|
|
| RedirectList redirects = request.redirects;
|
| - if (redirects[0].SchemeIs(content::kAboutScheme)) {
|
| + if (redirects[0].SchemeIs(url::kAboutScheme)) {
|
| // When the redirect source + referrer is "about" we skip it. This
|
| // happens when a page opens a new frame/window to about:blank and then
|
| // script sets the URL to somewhere else (used to hide the referrer). It
|
|
|