Chromium Code Reviews| 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 { |