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

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: 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 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 a8cd4e2a00a35b8fd588fcea869cfc461ae65f64..17d1c56319ebf6ae6c3b0954ee02f3aa4ca325d4 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.

Powered by Google App Engine
This is Rietveld 408576698