| Index: content/browser/frame_host/navigation_controller_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_controller_impl.cc b/content/browser/frame_host/navigation_controller_impl.cc
|
| index 91dbd4390ddbe120f99405b77c592d621c35a015..4fa5f0883f6b4e12bb3403cfdfdabe0ea4d04846 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl.cc
|
| @@ -115,7 +115,7 @@ bool AreURLsInPageNavigation(const GURL& existing_url,
|
| return navigation_type == NAVIGATION_TYPE_IN_PAGE;
|
| }
|
|
|
| - url_canon::Replacements<char> replacements;
|
| + url::Replacements<char> replacements;
|
| replacements.ClearRef();
|
| return existing_url.ReplaceComponents(replacements) ==
|
| new_url.ReplaceComponents(replacements);
|
|
|