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

Unified Diff: android_webview/native/input_stream_unittest.cc

Issue 893343002: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: android_webview/native/input_stream_unittest.cc
diff --git a/android_webview/native/input_stream_unittest.cc b/android_webview/native/input_stream_unittest.cc
index ec4faf692665108159462359dc99ea7c8aaaa9d6..95d7bf5fa7dc8927c6828abd7c697031bee66108 100644
--- a/android_webview/native/input_stream_unittest.cc
+++ b/android_webview/native/input_stream_unittest.cc
@@ -35,7 +35,7 @@ class InputStreamTest : public Test {
InputStreamTest() {
}
protected:
- virtual void SetUp() {
+ void SetUp() override {
env_ = AttachCurrentThread();
ASSERT_THAT(env_, NotNull());
ASSERT_TRUE(android_webview::RegisterInputStream(env_));
« no previous file with comments | « android_webview/native/input_stream_impl.h ('k') | android_webview/native/permission/media_access_permission_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698