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

Unified Diff: components/rappor/sample.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/sample.cc
diff --git a/components/rappor/sample.cc b/components/rappor/sample.cc
index b54d9c42b35b865b74a92b30d9f170f54bf96733..bdc933a92b05b24bfe7f098f9dce00b2a663bb67 100644
--- a/components/rappor/sample.cc
+++ b/components/rappor/sample.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/rappor/sample.h"
+#include "components/rappor/public/sample.h"
#include <map>
#include <string>

Powered by Google App Engine
This is Rietveld 408576698