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

Unified Diff: components/rappor/sampler.h

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/sampler.h
diff --git a/components/rappor/sampler.h b/components/rappor/sampler.h
index 8059de44c7129c195ee103ab9bfdc1f14f6ece42..58e0ed12279289fe6ce2c1606a7726cc5931a402 100644
--- a/components/rappor/sampler.h
+++ b/components/rappor/sampler.h
@@ -11,8 +11,8 @@
#include "base/containers/scoped_ptr_hash_map.h"
#include "base/macros.h"
-#include "components/rappor/rappor_parameters.h"
-#include "components/rappor/sample.h"
+#include "components/rappor/public/rappor_parameters.h"
+#include "components/rappor/public/sample.h"
namespace rappor {

Powered by Google App Engine
This is Rietveld 408576698