| Index: trunk/src/chrome/browser/speech/speech_recognition_bubble.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/speech/speech_recognition_bubble.h (revision 224497)
|
| +++ trunk/src/chrome/browser/speech/speech_recognition_bubble.h (working copy)
|
| @@ -184,7 +184,7 @@
|
| // The current image displayed in the bubble's icon widget.
|
| gfx::ImageSkia icon_image_;
|
| // The scale factor used for the web-contents.
|
| - float scale_;
|
| + ui::ScaleFactor scale_factor_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SpeechRecognitionBubbleBase);
|
| };
|
|
|