| 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..2e683c077e0355ba9842205a81ddb6589ba2ea98 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;
|
| @@ -32,12 +31,6 @@ namespace content {
|
| class WebContents;
|
| }
|
|
|
| -extern const char kSyncDataKey[];
|
| -
|
| -#if defined(OS_CHROMEOS)
|
| -extern const char kHUDLogDataKey[];
|
| -#endif
|
| -
|
| class FeedbackUtil {
|
| public:
|
|
|
| @@ -72,7 +65,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);
|
|
|