| Index: chrome/browser/views/tabs/tab_renderer.cc
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_renderer.cc (revision 16052)
|
| +++ chrome/browser/views/tabs/tab_renderer.cc (working copy)
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/browser/views/tabs/tab_renderer.h"
|
| +
|
| #include <limits>
|
|
|
| -#include "chrome/browser/views/tabs/tab_renderer.h"
|
| -
|
| #include "app/gfx/chrome_canvas.h"
|
| #include "app/gfx/chrome_font.h"
|
| #include "app/l10n_util.h"
|
| @@ -174,7 +174,7 @@
|
| public AnimationDelegate {
|
| public:
|
| explicit FavIconCrashAnimation(TabRenderer* target)
|
| - : Animation(1000, 25, this),
|
| + : ALLOW_THIS_IN_INITIALIZER_LIST(Animation(1000, 25, this)),
|
| target_(target) {
|
| }
|
| virtual ~FavIconCrashAnimation() {}
|
|
|