| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/ui/views/location_bar/content_setting_image_view.cc	(revision 70685)
 | 
| +++ chrome/browser/ui/views/location_bar/content_setting_image_view.cc	(working copy)
 | 
| @@ -48,7 +48,7 @@
 | 
|      ContentSettingsType content_type,
 | 
|      LocationBarView* parent,
 | 
|      Profile* profile)
 | 
| -    : LinearAnimation(kMoveTimeMs, kFrameRateHz, NULL),
 | 
| +    : ui::LinearAnimation(kMoveTimeMs, kFrameRateHz, NULL),
 | 
|        content_setting_image_model_(
 | 
|            ContentSettingImageModel::CreateContentSettingImageModel(
 | 
|                content_type)),
 | 
| 
 |