| Index: content/browser/web_contents/navigation_entry_impl_unittest.cc
|
| diff --git a/content/browser/tab_contents/navigation_entry_impl_unittest.cc b/content/browser/web_contents/navigation_entry_impl_unittest.cc
|
| similarity index 99%
|
| rename from content/browser/tab_contents/navigation_entry_impl_unittest.cc
|
| rename to content/browser/web_contents/navigation_entry_impl_unittest.cc
|
| index 3db09b1ab9f50f42c426d69a4585a89ffaf10531..9663631443cfcc17c69d9edfea16d37b8c719217 100644
|
| --- a/content/browser/tab_contents/navigation_entry_impl_unittest.cc
|
| +++ b/content/browser/web_contents/navigation_entry_impl_unittest.cc
|
| @@ -6,7 +6,7 @@
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "content/browser/site_instance_impl.h"
|
| -#include "content/browser/tab_contents/navigation_entry_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"
|
|
|
|
|