| Index: chrome/browser/android/rappor/rappor_service_bridge.cc
|
| diff --git a/chrome/browser/android/rappor/rappor_service_bridge.cc b/chrome/browser/android/rappor/rappor_service_bridge.cc
|
| index a7a77b58f3b2895fb6c6a6a02a4d4f69f1902f39..804f142ddc163b61af4d6e5f6928398419be7bcf 100644
|
| --- a/chrome/browser/android/rappor/rappor_service_bridge.cc
|
| +++ b/chrome/browser/android/rappor/rappor_service_bridge.cc
|
| @@ -6,7 +6,8 @@
|
|
|
| #include "base/android/jni_string.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "components/rappor/rappor_utils.h"
|
| +#include "components/rappor/public/rappor_utils.h"
|
| +#include "components/rappor/rappor_service_impl.h"
|
| #include "jni/RapporServiceBridge_jni.h"
|
| #include "url/gurl.h"
|
|
|
|
|