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

Side by Side Diff: components/mus/ws/event_dispatcher_unittest.cc

Issue 1956093002: mus: Move event_matcher_util.h/cc into components/mus/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 "components/mus/ws/event_dispatcher.h" 5 #include "components/mus/ws/event_dispatcher.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <queue> 10 #include <queue>
11 11
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "base/memory/weak_ptr.h" 13 #include "base/memory/weak_ptr.h"
14 #include "components/mus/public/cpp/event_matcher_util.h" 14 #include "components/mus/common/event_matcher_util.h"
15 #include "components/mus/ws/accelerator.h" 15 #include "components/mus/ws/accelerator.h"
16 #include "components/mus/ws/event_dispatcher_delegate.h" 16 #include "components/mus/ws/event_dispatcher_delegate.h"
17 #include "components/mus/ws/server_window.h" 17 #include "components/mus/ws/server_window.h"
18 #include "components/mus/ws/server_window_surface_manager_test_api.h" 18 #include "components/mus/ws/server_window_surface_manager_test_api.h"
19 #include "components/mus/ws/test_server_window_delegate.h" 19 #include "components/mus/ws/test_server_window_delegate.h"
20 #include "components/mus/ws/test_utils.h" 20 #include "components/mus/ws/test_utils.h"
21 #include "testing/gtest/include/gtest/gtest.h" 21 #include "testing/gtest/include/gtest/gtest.h"
22 #include "ui/events/event.h" 22 #include "ui/events/event.h"
23 23
24 namespace mus { 24 namespace mus {
(...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 1504
1505 // Remove the last remaining system modal window. There should be no active 1505 // Remove the last remaining system modal window. There should be no active
1506 // one anymore. 1506 // one anymore.
1507 w3.reset(); 1507 w3.reset();
1508 EXPECT_EQ(nullptr, GetActiveSystemModalWindow()); 1508 EXPECT_EQ(nullptr, GetActiveSystemModalWindow());
1509 } 1509 }
1510 1510
1511 } // namespace test 1511 } // namespace test
1512 } // namespace ws 1512 } // namespace ws
1513 } // namespace mus 1513 } // namespace mus
OLDNEW
« no previous file with comments | « components/mus/public/cpp/lib/event_matcher_util.cc ('k') | components/mus/ws/window_manager_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698