Index: content/browser/frame_host/navigation_entry_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigation_entry_impl_unittest.cc b/content/browser/frame_host/navigation_entry_impl_unittest.cc |
index 488106fefedf0ce7fc82ed35a36ac303a5c37c33..2c38da1df9e5f9b53d2dc7974e0c5a306d571730 100644 |
--- a/content/browser/frame_host/navigation_entry_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_entry_impl_unittest.cc |
@@ -11,6 +11,8 @@ |
#include "content/public/common/ssl_status.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+using base::ASCIIToUTF16; |
+ |
namespace content { |
class NavigationEntryTest : public testing::Test { |