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

Side by Side Diff: ash/test/ash_test.cc

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: Created 3 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 unified diff | Download patch
« no previous file with comments | « ash/test/ash_test.h ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/test/ash_test.h" 5 #include "ash/test/ash_test.h"
6 6
7 #include "ash/common/wm_shell.h"
8 #include "ash/common/wm_window.h"
7 #include "ash/root_window_controller.h" 9 #include "ash/root_window_controller.h"
8 #include "ash/shelf/wm_shelf.h" 10 #include "ash/shelf/wm_shelf.h"
9 #include "ash/system/status_area_widget.h" 11 #include "ash/system/status_area_widget.h"
10 #include "ash/test/ash_test_impl.h" 12 #include "ash/test/ash_test_impl.h"
11 #include "ash/test/test_session_state_delegate.h" 13 #include "ash/test/test_session_state_delegate.h"
12 #include "ash/test/test_system_tray_delegate.h" 14 #include "ash/test/test_system_tray_delegate.h"
13 #include "ash/wm_shell.h"
14 #include "ash/wm_window.h"
15 #include "base/memory/ptr_util.h" 15 #include "base/memory/ptr_util.h"
16 #include "base/run_loop.h" 16 #include "base/run_loop.h"
17 #include "ui/compositor/layer_type.h" 17 #include "ui/compositor/layer_type.h"
18 #include "ui/display/display.h" 18 #include "ui/display/display.h"
19 19
20 namespace ash { 20 namespace ash {
21 21
22 WindowOwner::WindowOwner(WmWindow* window) : window_(window) {} 22 WindowOwner::WindowOwner(WmWindow* window) : window_(window) {}
23 23
24 WindowOwner::~WindowOwner() { 24 WindowOwner::~WindowOwner() {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 134
135 void AshTest::SetUp() { 135 void AshTest::SetUp() {
136 test_impl_->SetUp(); 136 test_impl_->SetUp();
137 } 137 }
138 138
139 void AshTest::TearDown() { 139 void AshTest::TearDown() {
140 test_impl_->TearDown(); 140 test_impl_->TearDown();
141 } 141 }
142 142
143 } // namespace ash 143 } // namespace ash
OLDNEW
« no previous file with comments | « ash/test/ash_test.h ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698