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

Unified Diff: chrome/service/cloud_print/printer_job_handler_unittest.cc

Issue 679273002: Standardize usage of virtual/override/final specifiers. (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: chrome/service/cloud_print/printer_job_handler_unittest.cc
diff --git a/chrome/service/cloud_print/printer_job_handler_unittest.cc b/chrome/service/cloud_print/printer_job_handler_unittest.cc
index 8c4e2b1c5a38040b4fbadaee5720c20fef9ba6ee..a7147efeb736ab131995270796b79e0c0f47f4cc 100644
--- a/chrome/service/cloud_print/printer_job_handler_unittest.cc
+++ b/chrome/service/cloud_print/printer_job_handler_unittest.cc
@@ -442,8 +442,8 @@ class MockPrintSystem : public PrintSystem {
class PrinterJobHandlerTest : public ::testing::Test {
public:
PrinterJobHandlerTest();
- virtual void SetUp() override;
- virtual void TearDown() override;
+ void SetUp() override;
+ void TearDown() override;
void IdleOut();
bool GetPrinterInfo(printing::PrinterBasicInfo* info);
void SendCapsAndDefaults(

Powered by Google App Engine
This is Rietveld 408576698