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

Unified Diff: mojo/services/html_viewer/ax_provider_impl_unittest.cc

Issue 954113003: Fix another virtual specifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/ax_provider_impl_unittest.cc
diff --git a/mojo/services/html_viewer/ax_provider_impl_unittest.cc b/mojo/services/html_viewer/ax_provider_impl_unittest.cc
index 7e7c5ec00b0046f646abaa69e54f7db45ae522c9..6e488ef5a0f8a40bf2692e106bbb31166443f137 100644
--- a/mojo/services/html_viewer/ax_provider_impl_unittest.cc
+++ b/mojo/services/html_viewer/ax_provider_impl_unittest.cc
@@ -52,7 +52,7 @@ class AxProviderImplTest : public testing::Test {
blink::initialize(new html_viewer::BlinkPlatformImpl());
}
- virtual ~AxProviderImplTest() override { blink::shutdown(); }
+ ~AxProviderImplTest() override { blink::shutdown(); }
private:
base::MessageLoopForUI message_loop;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698