| Index: content/browser/renderer_host/test_render_view_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/test_render_view_host.h (revision 116232)
|
| +++ content/browser/renderer_host/test_render_view_host.h (working copy)
|
| @@ -17,6 +17,8 @@
|
| #include "content/public/common/page_transition_types.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +class NavigationController;
|
| +
|
| namespace content {
|
| class BrowserContext;
|
| class RenderProcessHostFactory;
|
| @@ -26,7 +28,6 @@
|
| class Rect;
|
| }
|
|
|
| -class NavigationController;
|
| class SiteInstance;
|
| class TestTabContents;
|
| struct ViewHostMsg_FrameNavigate_Params;
|
|
|