| Index: chrome/browser/dom_ui/ntp_resource_cache.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/dom_ui/ntp_resource_cache.cc	(revision 70685)
 | 
| +++ chrome/browser/dom_ui/ntp_resource_cache.cc	(working copy)
 | 
| @@ -7,7 +7,6 @@
 | 
|  #include <algorithm>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "app/animation.h"
 | 
|  #include "app/l10n_util.h"
 | 
|  #include "app/resource_bundle.h"
 | 
|  #include "app/theme_provider.h"
 | 
| @@ -41,6 +40,7 @@
 | 
|  #include "grit/generated_resources.h"
 | 
|  #include "grit/locale_settings.h"
 | 
|  #include "grit/theme_resources.h"
 | 
| +#include "ui/base/animation/animation.h"
 | 
|  
 | 
|  #if defined(OS_WIN) || defined(TOOLKIT_VIEWS)
 | 
|  #include "chrome/browser/views/bookmark_bar_view.h"
 | 
| @@ -352,7 +352,7 @@
 | 
|  
 | 
|    // Control fade and resize animations.
 | 
|    std::string anim =
 | 
| -      Animation::ShouldRenderRichAnimation() ? "true" : "false";
 | 
| +      ui::Animation::ShouldRenderRichAnimation() ? "true" : "false";
 | 
|    localized_strings.SetString("anim", anim);
 | 
|  
 | 
|    // Pass the shown_sections pref early so that we can prevent flicker.
 | 
| 
 |