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

Unified Diff: chromeos/printing/fake_printer_discoverer.h

Issue 2466993005: [CUPS] Fix the occasional crash when switching between different dialogs. (Closed)
Patch Set: Created 4 years, 1 month 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 | chromeos/printing/fake_printer_discoverer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/printing/fake_printer_discoverer.h
diff --git a/chromeos/printing/fake_printer_discoverer.h b/chromeos/printing/fake_printer_discoverer.h
index bbc61bb53b080b7184b4832ee44834a6f55d0c23..d20b39e2898799e6a033f3be3c225569356a16a3 100644
--- a/chromeos/printing/fake_printer_discoverer.h
+++ b/chromeos/printing/fake_printer_discoverer.h
@@ -17,7 +17,7 @@ namespace chromeos {
class FakePrinterDiscoverer : public PrinterDiscoverer {
public:
FakePrinterDiscoverer();
- ~FakePrinterDiscoverer();
+ ~FakePrinterDiscoverer() override;
bool StartDiscovery() override;
bool StopDiscovery() override;
« no previous file with comments | « no previous file | chromeos/printing/fake_printer_discoverer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698