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

Side by Side Diff: ash/mus/test/ash_test_impl_mus.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/mus/shell_delegate_mus.cc ('k') | ash/mus/test/wm_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/mus/test/ash_test_impl_mus.h" 5 #include "ash/mus/test/ash_test_impl_mus.h"
6 6
7 #include "ash/common/wm_window.h"
7 #include "ash/test/ash_test.h" 8 #include "ash/test/ash_test.h"
8 #include "ash/wm_window.h"
9 #include "base/memory/ptr_util.h" 9 #include "base/memory/ptr_util.h"
10 #include "services/ui/public/cpp/property_type_converters.h" 10 #include "services/ui/public/cpp/property_type_converters.h"
11 #include "services/ui/public/interfaces/window_manager.mojom.h" 11 #include "services/ui/public/interfaces/window_manager.mojom.h"
12 #include "ui/wm/core/window_util.h" 12 #include "ui/wm/core/window_util.h"
13 13
14 namespace ash { 14 namespace ash {
15 namespace mus { 15 namespace mus {
16 namespace { 16 namespace {
17 17
18 // WmTestBase is abstract as TestBody() is pure virtual (the various TEST 18 // WmTestBase is abstract as TestBody() is pure virtual (the various TEST
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 } 97 }
98 98
99 } // namespace mus 99 } // namespace mus
100 100
101 // static 101 // static
102 std::unique_ptr<AshTestImpl> AshTestImpl::Create() { 102 std::unique_ptr<AshTestImpl> AshTestImpl::Create() {
103 return base::MakeUnique<mus::AshTestImplMus>(); 103 return base::MakeUnique<mus::AshTestImplMus>();
104 } 104 }
105 105
106 } // namespace ash 106 } // namespace ash
OLDNEW
« no previous file with comments | « ash/mus/shell_delegate_mus.cc ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698