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

Unified Diff: components/html_viewer/ax_provider_apptest.cc

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
Index: components/html_viewer/ax_provider_apptest.cc
diff --git a/components/html_viewer/ax_provider_apptest.cc b/components/html_viewer/ax_provider_apptest.cc
index 44ce4d641576284ee5a9759ef3e858a704af3341..87b57a6339806e95c792a786ccf500b1701958c4 100644
--- a/components/html_viewer/ax_provider_apptest.cc
+++ b/components/html_viewer/ax_provider_apptest.cc
@@ -107,7 +107,7 @@ TEST_F(AXProviderTest, HelloWorld) {
connection->ConnectToService(&frame_client);
frame_client->OnConnect(
std::move(frame_ptr), 1u, embed_window->id(),
- web_view::mojom::WINDOW_CONNECT_TYPE_USE_NEW, std::move(array),
+ web_view::mojom::WindowConnectType::USE_NEW, std::move(array),
base::TimeTicks::Now().ToInternalValue(), base::Closure());
// Connect to the AxProvider of the HTML document and get the AxTree.
« no previous file with comments | « components/font_service/font_service_app.cc ('k') | components/html_viewer/blink_text_input_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698