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

Unified Diff: trunk/src/ui/snapshot/snapshot_aura_unittest.cc

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/ui/snapshot/DEPS ('k') | trunk/src/ui/views/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/snapshot/snapshot_aura_unittest.cc
===================================================================
--- trunk/src/ui/snapshot/snapshot_aura_unittest.cc (revision 259588)
+++ trunk/src/ui/snapshot/snapshot_aura_unittest.cc (working copy)
@@ -7,6 +7,7 @@
#include "base/bind.h"
#include "base/test/test_simple_task_runner.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "ui/aura/test/aura_test_helper.h"
#include "ui/aura/test/test_screen.h"
#include "ui/aura/test/test_window_delegate.h"
#include "ui/aura/test/test_windows.h"
@@ -22,7 +23,6 @@
#include "ui/gfx/size_conversions.h"
#include "ui/gfx/transform.h"
#include "ui/gl/gl_implementation.h"
-#include "ui/wm/test/wm_test_helper.h"
namespace ui {
namespace {
@@ -90,7 +90,8 @@
bool enable_pixel_output = true;
ui::InitializeContextFactoryForTests(enable_pixel_output);
- helper_.reset(new wm::WMTestHelper);
+ helper_.reset(
+ new aura::test::AuraTestHelper(base::MessageLoopForUI::current()));
helper_->SetUp();
}
@@ -171,7 +172,7 @@
bool completed_;
};
- scoped_ptr<wm::WMTestHelper> helper_;
+ scoped_ptr<aura::test::AuraTestHelper> helper_;
scoped_ptr<aura::Window> test_window_;
scoped_ptr<TestPaintingWindowDelegate> delegate_;
std::vector<unsigned char> png_representation_;
« no previous file with comments | « trunk/src/ui/snapshot/DEPS ('k') | trunk/src/ui/views/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698