| Index: chrome/browser/feedback/feedback_util.h
|
| diff --git a/chrome/browser/feedback/feedback_util.h b/chrome/browser/feedback/feedback_util.h
|
| index cf32ac5e9c570e2debf29f6c04f9338a58b6333c..879844fb4daadb0187c8321c7c0390d4ffb0af02 100644
|
| --- a/chrome/browser/feedback/feedback_util.h
|
| +++ b/chrome/browser/feedback/feedback_util.h
|
| @@ -23,7 +23,6 @@
|
| #include "base/win/windows_version.h"
|
| #elif defined(OS_CHROMEOS)
|
| #include "chrome/browser/chromeos/cros/cros_library.h"
|
| -#include "chrome/browser/chromeos/system/syslogs_provider.h"
|
| #endif
|
|
|
| class Profile;
|
| @@ -72,7 +71,7 @@ class FeedbackUtil {
|
| int64 delay);
|
|
|
| // Generates bug report data.
|
| - static void SendReport(const FeedbackData& data);
|
| + static void SendReport(scoped_refptr<FeedbackData> data);
|
| // Redirects the user to Google's phishing reporting page.
|
| static void ReportPhishing(content::WebContents* current_tab,
|
| const std::string& phishing_url);
|
|
|