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

Unified Diff: chrome/browser/views/old_frames/vista_frame.h

Issue 8722: Wrap forward declarations in their relevant namespace (Closed)
Patch Set: Add indentation and a missing header to silence another gcc4.3 error Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698