diff options
Diffstat (limited to 'chrome/browser/bug_report_data.cc')
-rw-r--r-- | chrome/browser/bug_report_data.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/bug_report_data.cc b/chrome/browser/bug_report_data.cc index c320512..008a2f6 100644 --- a/chrome/browser/bug_report_data.cc +++ b/chrome/browser/bug_report_data.cc @@ -11,6 +11,8 @@ #include "chrome/browser/chromeos/notifications/system_notification.h" #endif +using content::BrowserThread; + BugReportData::BugReportData() : profile_(NULL), problem_type_(0) |