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

Issue 3202003: Some minor fixes to remove unnecessary includes and do fwd declaration instea... (Closed)

Created:
10 years, 4 months ago by Chaitanya
Modified:
9 years, 6 months ago
Reviewers:
dmazzoni, oshima
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Some minor fixes to remove unnecessary includes and do fwd declaration instead. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56980

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -33 lines) Patch
M chrome/browser/views/accessibility_event_router_views.h View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/views/accessibility_event_router_views.cc View 1 2 3 4 5 9 chunks +20 lines, -18 lines 0 comments Download
M chrome/browser/views/accessible_toolbar_view.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/views/accessible_toolbar_view.cc View 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/views/accessible_view_helper.h View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/views/accessible_view_helper.cc View 1 2 3 4 5 4 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Chaitanya
10 years, 4 months ago (2010-08-20 20:25:48 UTC) #1
oshima
http://codereview.chromium.org/3202003/diff/1/2 File chrome/browser/views/accessibility_event_router_views.cc (left): http://codereview.chromium.org/3202003/diff/1/2#oldcode23 chrome/browser/views/accessibility_event_router_views.cc:23: using views::View; This is allowed, so it's up to ...
10 years, 4 months ago (2010-08-20 21:01:58 UTC) #2
Chaitanya
On 2010/08/20 21:01:58, oshima wrote: > http://codereview.chromium.org/3202003/diff/1/2 > File chrome/browser/views/accessibility_event_router_views.cc (left): > > http://codereview.chromium.org/3202003/diff/1/2#oldcode23 > ...
10 years, 4 months ago (2010-08-20 21:20:45 UTC) #3
Chaitanya
On 2010/08/20 21:20:45, Chaitanya wrote: > On 2010/08/20 21:01:58, oshima wrote: > > http://codereview.chromium.org/3202003/diff/1/2 > ...
10 years, 4 months ago (2010-08-20 21:28:05 UTC) #4
Chaitanya
http://codereview.chromium.org/3202003/diff/1/4 File chrome/browser/views/accessible_toolbar_view.h (right): http://codereview.chromium.org/3202003/diff/1/4#newcode14 chrome/browser/views/accessible_toolbar_view.h:14: #include "views/widget/root_view.h" Including focus_search.h instead. If I don't include ...
10 years, 4 months ago (2010-08-20 21:29:28 UTC) #5
oshima
LGTM for now. Ideally, you should use scoped_ptr<FocusSearch> instead of embedding the instance here, then ...
10 years, 4 months ago (2010-08-20 21:35:05 UTC) #6
Chaitanya
Done. Changed to scoped_ptr. Dominic, can you take a look at this change as well? ...
10 years, 4 months ago (2010-08-20 22:55:26 UTC) #7
dmazzoni
LGTM.
10 years, 4 months ago (2010-08-20 23:02:29 UTC) #8
oshima
10 years, 4 months ago (2010-08-20 23:58:28 UTC) #9
LGTM

On Fri, Aug 20, 2010 at 4:02 PM, <dmazzoni@chromium.org> wrote:

> LGTM.
>
>
>
> http://codereview.chromium.org/3202003/show
>

Powered by Google App Engine
This is Rietveld 408576698