Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(662)

Unified Diff: trunk/src/content/public/test/test_renderer_host.h

Issue 213033002: Revert 259580 "Move wm/public into wm target" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/content/content_tests.gypi ('k') | trunk/src/content/public/test/test_renderer_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/public/test/test_renderer_host.h
===================================================================
--- trunk/src/content/public/test/test_renderer_host.h (revision 259588)
+++ trunk/src/content/public/test/test_renderer_host.h (working copy)
@@ -14,9 +14,15 @@
#include "testing/gtest/include/gtest/gtest.h"
#if defined(USE_AURA)
-#include "ui/wm/test/wm_test_helper.h"
+#include "ui/aura/test/aura_test_helper.h"
#endif
+namespace aura {
+namespace test {
+class AuraTestHelper;
+}
+}
+
namespace ui {
class ScopedOleInitializer;
}
@@ -171,7 +177,7 @@
TestBrowserThreadBundle* thread_bundle() { return thread_bundle_.get(); }
#if defined(USE_AURA)
- aura::Window* root_window() { return wm_test_helper_->root_window(); }
+ aura::Window* root_window() { return aura_test_helper_->root_window(); }
#endif
// Replaces the RPH being used.
@@ -188,7 +194,7 @@
scoped_ptr<ui::ScopedOleInitializer> ole_initializer_;
#endif
#if defined(USE_AURA)
- scoped_ptr<wm::WMTestHelper> wm_test_helper_;
+ scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
#endif
RenderViewHostTestEnabler rvh_test_enabler_;
« no previous file with comments | « trunk/src/content/content_tests.gypi ('k') | trunk/src/content/public/test/test_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698