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

Unified Diff: content/public/test/mock_blob_url_request_context.h

Issue 671663002: Standardize usage of virtual/override/final in content/ (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
« no previous file with comments | « content/public/test/javascript_test_observer.h ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/mock_blob_url_request_context.h
diff --git a/content/public/test/mock_blob_url_request_context.h b/content/public/test/mock_blob_url_request_context.h
index 0a2177228fa564d8d029ddeec0eaeb8fe837449d..06acf24ec270537a8d52b9fba7d855b66f31d251 100644
--- a/content/public/test/mock_blob_url_request_context.h
+++ b/content/public/test/mock_blob_url_request_context.h
@@ -23,7 +23,7 @@ namespace content {
class MockBlobURLRequestContext : public net::URLRequestContext {
public:
MockBlobURLRequestContext(storage::FileSystemContext* file_system_context);
- virtual ~MockBlobURLRequestContext();
+ ~MockBlobURLRequestContext() override;
storage::BlobStorageContext* blob_storage_context() const {
return blob_storage_context_.get();
« no previous file with comments | « content/public/test/javascript_test_observer.h ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698