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

Unified Diff: chrome/browser/chromeos/audio_mixer_alsa.h

Issue 6248026: Rename Real* to Double* in values.* and dependent files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More renames Created 9 years, 11 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: chrome/browser/chromeos/audio_mixer_alsa.h
diff --git a/chrome/browser/chromeos/audio_mixer_alsa.h b/chrome/browser/chromeos/audio_mixer_alsa.h
index 56010de6f53ef0c8dbc2ac217bfee3084b53c275..3cbe7ac1dfc9d6cee45948d90839fabb82199c2d 100644
--- a/chrome/browser/chromeos/audio_mixer_alsa.h
+++ b/chrome/browser/chromeos/audio_mixer_alsa.h
@@ -97,7 +97,7 @@ class AudioMixerAlsa : public AudioMixer {
_snd_mixer_elem* elem_pcm_;
IntegerPrefMember mute_pref_;
- RealPrefMember volume_pref_;
+ DoublePrefMember volume_pref_;
scoped_ptr<base::Thread> thread_;

Powered by Google App Engine
This is Rietveld 408576698