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

Unified Diff: components/rappor/reports.cc

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files Created 4 years 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: components/rappor/reports.cc
diff --git a/components/rappor/reports.cc b/components/rappor/reports.cc
index 2f0f13206d2ee65e7daf13b2ac39e8da0bd145ad..b035b5b5b2094d7211ddef55cb1875b42d6272dd 100644
--- a/components/rappor/reports.cc
+++ b/components/rappor/reports.cc
@@ -8,7 +8,7 @@
#include "base/rand_util.h"
#include "base/strings/string_piece.h"
#include "components/rappor/byte_vector_utils.h"
-#include "components/rappor/rappor_parameters.h"
+#include "components/rappor/public/rappor_parameters.h"
namespace rappor {

Powered by Google App Engine
This is Rietveld 408576698