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

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

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 4 years, 11 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 <stddef.h>
6 #include <stdint.h>
7
5 #include "base/bind.h" 8 #include "base/bind.h"
9 #include "base/macros.h"
6 #include "base/message_loop/message_loop.h" 10 #include "base/message_loop/message_loop.h"
7 #include "base/run_loop.h" 11 #include "base/run_loop.h"
8 #include "base/strings/stringprintf.h" 12 #include "base/strings/stringprintf.h"
9 #include "components/mus/public/interfaces/window_tree.mojom.h" 13 #include "components/mus/public/interfaces/window_tree.mojom.h"
10 #include "components/mus/public/interfaces/window_tree_host.mojom.h" 14 #include "components/mus/public/interfaces/window_tree_host.mojom.h"
11 #include "components/mus/ws/ids.h" 15 #include "components/mus/ws/ids.h"
12 #include "components/mus/ws/test_change_tracker.h" 16 #include "components/mus/ws/test_change_tracker.h"
13 #include "mojo/application/public/cpp/application_delegate.h" 17 #include "mojo/application/public/cpp/application_delegate.h"
14 #include "mojo/application/public/cpp/application_impl.h" 18 #include "mojo/application/public/cpp/application_impl.h"
15 #include "mojo/application/public/cpp/application_test_base.h" 19 #include "mojo/application/public/cpp/application_test_base.h"
(...skipping 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1764 // originating connection. 1768 // originating connection.
1765 1769
1766 // TODO(sky): make sure coverage of what was 1770 // TODO(sky): make sure coverage of what was
1767 // WindowManagerTest.SecondEmbedRoot_InitService and 1771 // WindowManagerTest.SecondEmbedRoot_InitService and
1768 // WindowManagerTest.MultipleEmbedRootsBeforeWTHReady gets added to window 1772 // WindowManagerTest.MultipleEmbedRootsBeforeWTHReady gets added to window
1769 // manager 1773 // manager
1770 // tests. 1774 // tests.
1771 1775
1772 } // namespace ws 1776 } // namespace ws
1773 } // namespace mus 1777 } // namespace mus
OLDNEW
« no previous file with comments | « components/mus/ws/window_manager_client_apptest.cc ('k') | components/mus/ws/window_tree_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698