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

Unified Diff: chrome/service/service_process.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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 | « chrome/service/gaia/service_gaia_authenticator.h ('k') | chrome/test/live_sync/live_autofill_sync_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_process.h
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
index 8d316b13df1eba83c32434131811abb7e9fc9981..ce1fc5a82ad4c33d041c31d97d3a9a78d0c0c921 100644
--- a/chrome/service/service_process.h
+++ b/chrome/service/service_process.h
@@ -32,7 +32,7 @@ class CommandLine;
class ServiceProcess : public CloudPrintProxy::Client {
public:
ServiceProcess();
- ~ServiceProcess();
+ virtual ~ServiceProcess();
// Initialize the ServiceProcess with the message loop that it should run on.
// ServiceProcess takes ownership of |state|.
« no previous file with comments | « chrome/service/gaia/service_gaia_authenticator.h ('k') | chrome/test/live_sync/live_autofill_sync_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698