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

Unified Diff: base/android/java_exception_reporter.cc

Issue 2667263002: android: Move JavaExceptionReporter to base (Closed)
Patch Set: maindex Created 3 years, 11 months 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: base/android/java_exception_reporter.cc
diff --git a/chrome/browser/android/java_exception_reporter.cc b/base/android/java_exception_reporter.cc
similarity index 93%
rename from chrome/browser/android/java_exception_reporter.cc
rename to base/android/java_exception_reporter.cc
index d76cb238515adbf02fc0c65a369089c234c1fe74..43f8be252b3a3f72ea697937afb4f5d835e3da92 100644
--- a/chrome/browser/android/java_exception_reporter.cc
+++ b/base/android/java_exception_reporter.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 "chrome/browser/android/java_exception_reporter.h"
+#include "base/android/java_exception_reporter.h"
#include "base/android/build_info.h"
#include "base/android/jni_android.h"
@@ -12,7 +12,7 @@
using base::android::JavaParamRef;
-namespace chrome {
+namespace base {
namespace android {
void InitJavaExceptionReporter() {
@@ -43,8 +43,5 @@ bool RegisterJavaExceptionReporterJni(JNIEnv* env) {
return RegisterNativesImpl(env);
}
-
} // namespace android
-} // namespace chrome
-
-
+} // namespace base
« no previous file with comments | « base/android/java_exception_reporter.h ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeStrictMode.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698