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

Unified Diff: chrome/browser/webdata/web_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/webdata/web_database.h
diff --git a/chrome/browser/webdata/web_database.h b/chrome/browser/webdata/web_database.h
index 386bf6ca43502f6ac375d21f22677cccbe70b2ef..cff9c8890e6633c84f9ced123492d9670eac51e0 100644
--- a/chrome/browser/webdata/web_database.h
+++ b/chrome/browser/webdata/web_database.h
@@ -14,7 +14,9 @@
#include "chrome/common/sqlite_utils.h"
#include "skia/include/SkBitmap.h"
-class base::Time;
+namespace base {
+ class Time;
wtc 2008/11/05 21:40:32 Same as above.
+}
struct PasswordForm;
struct IE7PasswordInfo;

Powered by Google App Engine
This is Rietveld 408576698