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

Issue 159755: Fix compile error. (Closed)

Created:
11 years, 4 months ago by Nicolas Sylvain
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M status_bubble_views.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Nicolas Sylvain
11 years, 4 months ago (2009-08-01 00:41:22 UTC) #1
Ben Goodger (Google)
11 years, 4 months ago (2009-08-01 00:43:18 UTC) #2
LG

On Fri, Jul 31, 2009 at 5:41 PM, <nsylvain@chromium.org> wrote:
> Reviewers: Ben Goodger,
>
> Description:
> Fix compile error.
>
> Please review this at http://codereview.chromium.org/159755
>
> SVN Base: svn://chrome-svn/chrome/trunk/src/chrome/browser/views/
>
> Affected files:
> =A0M =A0 =A0 status_bubble_views.cc
>
>
> Index: status_bubble_views.cc
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- status_bubble_views.cc =A0 =A0 =A0(revision 22234)
> +++ status_bubble_views.cc =A0 =A0 =A0(working copy)
> @@ -64,7 +64,7 @@
> =A0public:
> =A0 StatusView(StatusBubble* status_bubble, views::Widget* popup,
> =A0 =A0 =A0 =A0 =A0 =A0 =A0ThemeProvider* theme_provider)
> - =A0 =A0 =A0: Animation(kFramerate, this),
> + =A0 =A0 =A0: ALLOW_THIS_IN_INITIALIZER_LIST(Animation(kFramerate, this)=
),
> =A0 =A0 =A0 =A0 stage_(BUBBLE_HIDDEN),
> =A0 =A0 =A0 =A0 style_(STYLE_STANDARD),
> =A0 =A0 =A0 =A0 ALLOW_THIS_IN_INITIALIZER_LIST(timer_factory_(this)),
>
>
>

Powered by Google App Engine
This is Rietveld 408576698