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

Unified Diff: printing/backend/print_backend_dummy.cc

Issue 900793008: Update {virtual,override,final} to follow C++11 style in printing. (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 | printing/printing_context_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend_dummy.cc
diff --git a/printing/backend/print_backend_dummy.cc b/printing/backend/print_backend_dummy.cc
index db269a75920d3c44381c87d67b91d923f0bfd8dc..917078b0448c97db21bd6b4777874d694448269c 100644
--- a/printing/backend/print_backend_dummy.cc
+++ b/printing/backend/print_backend_dummy.cc
@@ -48,7 +48,7 @@ class DummyPrintBackend : public PrintBackend {
}
private:
- ~DummyPrintBackend() {}
+ ~DummyPrintBackend() override {}
DISALLOW_COPY_AND_ASSIGN(DummyPrintBackend);
};
« no previous file with comments | « no previous file | printing/printing_context_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698