summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/page_usage_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/page_usage_data.h')
-rw-r--r--chrome/browser/history/page_usage_data.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/chrome/browser/history/page_usage_data.h b/chrome/browser/history/page_usage_data.h
index b7a689a..41d9841 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();