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

Unified Diff: chrome/browser/history/thumbnail_database.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/history/thumbnail_database.h
diff --git a/chrome/browser/history/thumbnail_database.h b/chrome/browser/history/thumbnail_database.h
index 3b9e1ffa4b6b210f547adf36e88a6b9a449849fa..60ad059899493b48d9485a26e9103dfd3d5fa3bf 100644
--- a/chrome/browser/history/thumbnail_database.h
+++ b/chrome/browser/history/thumbnail_database.h
@@ -15,7 +15,9 @@
struct sqlite3;
struct ThumbnailScore;
-class base::Time;
+ namespace base {
wtc 2008/11/05 21:40:32 The "namespace" line was indented by accident.
vega.james_gmail.com 2008/11/05 21:55:33 Hmm, don't know how I missed that I indented the w
+class Time;
+}
namespace history {
« no previous file with comments | « no previous file | chrome/browser/views/old_frames/vista_frame.h » ('j') | chrome/browser/views/old_frames/vista_frame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698