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

Unified Diff: content/renderer/pepper/pepper_url_request_unittest.cc

Issue 633303002: Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: content/renderer/pepper/pepper_url_request_unittest.cc
diff --git a/content/renderer/pepper/pepper_url_request_unittest.cc b/content/renderer/pepper/pepper_url_request_unittest.cc
index da7be19d407b9fc7d0e1467d010b5d5aec8b6a12..bafccfe26006425eab8ec09cd69c404702e0ab39 100644
--- a/content/renderer/pepper/pepper_url_request_unittest.cc
+++ b/content/renderer/pepper/pepper_url_request_unittest.cc
@@ -57,7 +57,7 @@ class URLRequestInfoTest : public RenderViewTest {
// url_request_info_util.cc to detect that this is a test instance.
URLRequestInfoTest() : pp_instance_(-1) {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
RenderViewTest::SetUp();
ppapi::ProxyLock::DisableLockingOnThreadForTest();
@@ -68,7 +68,7 @@ class URLRequestInfoTest : public RenderViewTest {
ppapi::proxy::Connection(), pp_instance_, URLRequestInfoData());
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
test_globals_.GetResourceTracker()->DidDeleteInstance(pp_instance_);
RenderViewTest::TearDown();
}
« no previous file with comments | « content/renderer/pepper/pepper_url_loader_host.h ('k') | content/renderer/pepper/pepper_video_capture_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698