Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1561)

Unified Diff: chrome/browser/feedback/feedback_util.h

Issue 12529024: Fix feedback log collection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698