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

Unified Diff: ui/snapshot/snapshot_aura_unittest.cc

Issue 209383003: Move wm/public into wm target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « ui/snapshot/snapshot.gyp ('k') | ui/views/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/snapshot/snapshot_aura_unittest.cc
diff --git a/ui/snapshot/snapshot_aura_unittest.cc b/ui/snapshot/snapshot_aura_unittest.cc
index b000ad1cd75c774c747c24873752cf6894c6c58a..78887e227cf409e4c65e4c6a6273af1a544b88ef 100644
--- a/ui/snapshot/snapshot_aura_unittest.cc
+++ b/ui/snapshot/snapshot_aura_unittest.cc
@@ -7,7 +7,6 @@
#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"
@@ -23,6 +22,7 @@
#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,8 +90,7 @@ class SnapshotAuraTest : public testing::Test {
bool enable_pixel_output = true;
ui::InitializeContextFactoryForTests(enable_pixel_output);
- helper_.reset(
- new aura::test::AuraTestHelper(base::MessageLoopForUI::current()));
+ helper_.reset(new ::wm::WMTestHelper);
helper_->SetUp();
}
@@ -172,7 +171,7 @@ class SnapshotAuraTest : public testing::Test {
bool completed_;
};
- scoped_ptr<aura::test::AuraTestHelper> helper_;
+ scoped_ptr< ::wm::WMTestHelper> helper_;
scoped_ptr<aura::Window> test_window_;
scoped_ptr<TestPaintingWindowDelegate> delegate_;
std::vector<unsigned char> png_representation_;
« no previous file with comments | « ui/snapshot/snapshot.gyp ('k') | ui/views/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698