Chromium Code Reviews| Index: chrome/browser/views/old_frames/vista_frame.h |
| diff --git a/chrome/browser/views/old_frames/vista_frame.h b/chrome/browser/views/old_frames/vista_frame.h |
| index ff5de5c9e848be5e396e21cb933c33d3b8c33b73..a1654850157c972924c0f7b8d892602eeeddc420 100644 |
| --- a/chrome/browser/views/old_frames/vista_frame.h |
| +++ b/chrome/browser/views/old_frames/vista_frame.h |
| @@ -28,10 +28,13 @@ class BookmarkBarView; |
| class Browser; |
| class BrowserView; |
| class TabContentsContainerView; |
| -class views::FocusManager; |
| class SkBitmap; |
| class TabStrip; |
| +namespace views { |
| + class FocusManager; |
|
wtc
2008/11/05 21:40:32
The contents of namespaces don't need to be indent
vega.james_gmail.com
2008/11/05 21:55:33
agl specifically requested it since these are such
|
| +} |
| + |
| //////////////////////////////////////////////////////////////////////////////// |
| // |
| // VistaFrame class |