| Index: chrome/browser/android/uma_bridge.cc
|
| diff --git a/chrome/browser/android/uma_bridge.cc b/chrome/browser/android/uma_bridge.cc
|
| index 614b626d837f8790e95649a2e4132383df723613..a5f82141c4ffbc521f6677aca4fa3a115fc6a02b 100644
|
| --- a/chrome/browser/android/uma_bridge.cc
|
| +++ b/chrome/browser/android/uma_bridge.cc
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/android/uma_bridge.h"
|
| -
|
| #include <jni.h>
|
|
|
| #include "content/public/browser/user_metrics.h"
|
| @@ -35,14 +33,3 @@ static void RecordUsingMenu(JNIEnv*,
|
| }
|
| }
|
| }
|
| -
|
| -namespace chrome {
|
| -namespace android {
|
| -
|
| -// Register native methods
|
| -bool RegisterUmaBridge(JNIEnv* env) {
|
| - return RegisterNativesImpl(env);
|
| -}
|
| -
|
| -} // namespace android
|
| -} // namespace chrome
|
|
|