| Index: content/browser/web_contents/navigation_controller_impl.cc
|
| diff --git a/content/browser/web_contents/navigation_controller_impl.cc b/content/browser/web_contents/navigation_controller_impl.cc
|
| index b9dff03f1f3d53479356e9a189a443efefcfced9..4217fbf532ba3d88e6ea80fc60ea8cd6f436cc23 100644
|
| --- a/content/browser/web_contents/navigation_controller_impl.cc
|
| +++ b/content/browser/web_contents/navigation_controller_impl.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/logging.h"
|
| #include "base/string_number_conversions.h" // Temporary
|
| #include "base/string_util.h"
|
| +#include "base/strings/utf_string_conversions.h"
|
| #include "base/time.h"
|
| -#include "base/utf_string_conversions.h"
|
| #include "content/browser/browser_url_handler_impl.h"
|
| #include "content/browser/dom_storage/dom_storage_context_impl.h"
|
| #include "content/browser/dom_storage/session_storage_namespace_impl.h"
|
|
|