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

Unified Diff: cloud_print/gcp20/prototype/cloud_print_requester.h

Issue 1115763002: Apply automated fixits for Chrome clang plugin to cloud_print. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/gcp20/prototype/cloud_print_requester.h
diff --git a/cloud_print/gcp20/prototype/cloud_print_requester.h b/cloud_print/gcp20/prototype/cloud_print_requester.h
index d916a4f65511f20c792e73571cb5def36caec96c..ea7e8af8c69c6e1575ca3705e8fe51d0606c99d2 100644
--- a/cloud_print/gcp20/prototype/cloud_print_requester.h
+++ b/cloud_print/gcp20/prototype/cloud_print_requester.h
@@ -95,7 +95,7 @@ class CloudPrintRequester : public base::SupportsWeakPtr<CloudPrintRequester>,
Delegate* delegate);
// Destroys the object.
- virtual ~CloudPrintRequester();
+ ~CloudPrintRequester() override;
// Returns |true| if either |gaia| or |request| is awaiting for response.
bool IsBusy() const;
« no previous file with comments | « no previous file | cloud_print/virtual_driver/win/port_monitor/port_monitor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698