| Index: chrome/browser/android/dom_distiller/feedback_reporter_android.cc
|
| diff --git a/chrome/browser/android/dom_distiller/feedback_reporter_android.cc b/chrome/browser/android/dom_distiller/feedback_reporter_android.cc
|
| index f90c07dc1dc56dbc7d5d48c2889b7561aa8cb68d..c7d720c8637d1767b5c3bffcd15bab055699da69 100644
|
| --- a/chrome/browser/android/dom_distiller/feedback_reporter_android.cc
|
| +++ b/chrome/browser/android/dom_distiller/feedback_reporter_android.cc
|
| @@ -22,7 +22,7 @@ namespace android {
|
|
|
| // static
|
| jboolean IsEnabled(JNIEnv* env, jclass clazz) {
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(
|
| + return base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableDomDistiller);
|
| }
|
|
|
|
|