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

Unified Diff: chromeos/dbus/cras_audio_client.cc

Issue 13533005: Mark ~CrasAudioClientStubImpl as virtual (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/cras_audio_client.cc
diff --git a/chromeos/dbus/cras_audio_client.cc b/chromeos/dbus/cras_audio_client.cc
index e57f1a89b153a9da7aeb40d2aef7a1522f6a9094..6de300186958bb6341f7d80e52e060638f0c826d 100644
--- a/chromeos/dbus/cras_audio_client.cc
+++ b/chromeos/dbus/cras_audio_client.cc
@@ -295,7 +295,7 @@ class CrasAudioClientStubImpl : public CrasAudioClient {
CrasAudioClientStubImpl() {
VLOG(1) << "CrasAudioClientStubImpl is created";
}
- ~CrasAudioClientStubImpl() {}
+ virtual ~CrasAudioClientStubImpl() {}
// CrasAudioClient overrides:
// TODO(jennyz): Implement the observers and callbacks in the stub for UI
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698