| Index: content/browser/frame_host/navigation_entry_impl_unittest.cc
|
| diff --git a/content/browser/web_contents/navigation_entry_impl_unittest.cc b/content/browser/frame_host/navigation_entry_impl_unittest.cc
|
| similarity index 99%
|
| rename from content/browser/web_contents/navigation_entry_impl_unittest.cc
|
| rename to content/browser/frame_host/navigation_entry_impl_unittest.cc
|
| index 138ed74cfd5dfc19735235144d08382057731a78..de8308c86be18bfc5ba36a4616b994488d185d5e 100644
|
| --- a/content/browser/web_contents/navigation_entry_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_entry_impl_unittest.cc
|
| @@ -6,8 +6,8 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| +#include "content/browser/frame_host/navigation_entry_impl.h"
|
| #include "content/browser/site_instance_impl.h"
|
| -#include "content/browser/web_contents/navigation_entry_impl.h"
|
| #include "content/public/common/ssl_status.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|