Index: chrome/browser/history/page_usage_data.h |
diff --git a/chrome/browser/history/page_usage_data.h b/chrome/browser/history/page_usage_data.h |
index b7a689a1400c2dc8f1b2a7db7b28fcc13add8ed4..41d98415bd8adcd4543d7017dbf48050ea2f4889 100644 |
--- a/chrome/browser/history/page_usage_data.h |
+++ b/chrome/browser/history/page_usage_data.h |
@@ -24,16 +24,7 @@ class SkBitmap; |
///////////////////////////////////////////////////////////////////////////// |
class PageUsageData { |
public: |
- explicit PageUsageData(history::URLID id) |
- : id_(id), |
- thumbnail_(NULL), |
- thumbnail_set_(false), |
- thumbnail_pending_(false), |
- favicon_(NULL), |
- favicon_set_(false), |
- favicon_pending_(false), |
- score_(0.0) { |
- } |
+ explicit PageUsageData(history::URLID id); |
virtual ~PageUsageData(); |