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

Unified Diff: media/audio/audio_input_ipc.h

Issue 10836025: Part 1: Plumb render view ID to render host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: media/audio/audio_input_ipc.h
diff --git a/media/audio/audio_input_ipc.h b/media/audio/audio_input_ipc.h
index eb4e72dfae0b31145e1fbd869b7553f92f97a23f..59c890f4da479e284af288e1dd4669790d9054b1 100644
--- a/media/audio/audio_input_ipc.h
+++ b/media/audio/audio_input_ipc.h
@@ -95,7 +95,7 @@ class MEDIA_EXPORT AudioInputIPC {
// AudioInputController::Close must be made.
virtual void CloseStream(int stream_id) = 0;
- protected:
+protected:
virtual ~AudioInputIPC();
};

Powered by Google App Engine
This is Rietveld 408576698