| Index: content/browser/web_contents/navigation_entry_impl_unittest.cc
|
| diff --git a/content/browser/web_contents/navigation_entry_impl_unittest.cc b/content/browser/web_contents/navigation_entry_impl_unittest.cc
|
| index 04a93f08a1d95c729f3a8156d6805216babefd1d..5fc5bc3307d3a36ad8bc427a1fd6347987bcaf59 100644
|
| --- a/content/browser/web_contents/navigation_entry_impl_unittest.cc
|
| +++ b/content/browser/web_contents/navigation_entry_impl_unittest.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/string16.h"
|
| -#include "base/string_util.h"
|
| +#include "base/strings/string16.h"
|
| +#include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time.h"
|
| #include "content/browser/site_instance_impl.h"
|
|
|