Index: ui/views/controls/native/native_view_host.h |
diff --git a/ui/views/controls/native/native_view_host.h b/ui/views/controls/native/native_view_host.h |
index 4bd302348ce294e7ae0373642207da23fe3a0479..430d0afad52e5232a08945fd84611671050bee83 100644 |
--- a/ui/views/controls/native/native_view_host.h |
+++ b/ui/views/controls/native/native_view_host.h |
@@ -11,8 +11,10 @@ |
#include "ui/views/view.h" |
namespace views { |
+namespace test { |
+class NativeViewHostTestBase; |
+} |
-class NativeViewHostAuraTest; |
class NativeViewHostWrapper; |
// If a NativeViewHost's native view is a Widget, this native window |
@@ -97,7 +99,7 @@ class VIEWS_EXPORT NativeViewHost : public View { |
virtual const char* GetClassName() const OVERRIDE; |
private: |
- friend class NativeViewHostAuraTest; |
+ friend class test::NativeViewHostTestBase; |
// Detach the native view. |destroyed| is true if the native view is |
// detached because it's being destroyed, or false otherwise. |