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

Side by Side Diff: components/html_viewer/ax_provider_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, 12 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 <stddef.h>
6 #include <stdint.h>
7
5 #include "base/bind.h" 8 #include "base/bind.h"
6 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/macros.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 "base/test/test_timeouts.h" 13 #include "base/test/test_timeouts.h"
10 #include "base/time/time.h" 14 #include "base/time/time.h"
11 #include "components/mus/public/cpp/tests/window_server_test_base.h" 15 #include "components/mus/public/cpp/tests/window_server_test_base.h"
12 #include "components/mus/public/cpp/window.h" 16 #include "components/mus/public/cpp/window.h"
13 #include "components/mus/public/cpp/window_tree_connection.h" 17 #include "components/mus/public/cpp/window_tree_connection.h"
14 #include "components/web_view/public/interfaces/frame.mojom.h" 18 #include "components/web_view/public/interfaces/frame.mojom.h"
15 #include "mojo/application/public/cpp/application_impl.h" 19 #include "mojo/application/public/cpp/application_impl.h"
16 #include "mojo/application/public/cpp/application_test_base.h" 20 #include "mojo/application/public/cpp/application_test_base.h"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 EXPECT_TRUE(QuitRunLoop()); 118 EXPECT_TRUE(QuitRunLoop());
115 }); 119 });
116 ASSERT_TRUE(DoRunLoopWithTimeout()); 120 ASSERT_TRUE(DoRunLoopWithTimeout());
117 121
118 EXPECT_TRUE(AxTreeContainsText(ax_tree, "Hello ")); 122 EXPECT_TRUE(AxTreeContainsText(ax_tree, "Hello "));
119 EXPECT_TRUE(AxTreeContainsText(ax_tree, "World!")); 123 EXPECT_TRUE(AxTreeContainsText(ax_tree, "World!"));
120 EXPECT_FALSE(AxTreeContainsText(ax_tree, "foo")); 124 EXPECT_FALSE(AxTreeContainsText(ax_tree, "foo"));
121 } 125 }
122 126
123 } // namespace mojo 127 } // namespace mojo
OLDNEW
« no previous file with comments | « components/history/ios/browser/web_state_top_sites_observer.h ('k') | components/html_viewer/ax_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698