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

Unified Diff: shell/android/apk/src/org/chromium/mojo/shell/NativeHandlerThread.java

Issue 2022983003: Roll base to 5e00da80f6adb7082d1c0e88d3274cf87cc43bc5 and tonic to f7acabb8fa6c91124486a41194eac3cd… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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: shell/android/apk/src/org/chromium/mojo/shell/NativeHandlerThread.java
diff --git a/shell/android/apk/src/org/chromium/mojo/shell/NativeHandlerThread.java b/shell/android/apk/src/org/chromium/mojo/shell/NativeHandlerThread.java
index 334372ebd9995acea71635798269d6fc81c3aef8..1481616f5c9fc50e7372e2166f7a458e966b60fd 100644
--- a/shell/android/apk/src/org/chromium/mojo/shell/NativeHandlerThread.java
+++ b/shell/android/apk/src/org/chromium/mojo/shell/NativeHandlerThread.java
@@ -6,7 +6,7 @@ package org.chromium.mojo.shell;
import android.os.HandlerThread;
-import org.chromium.base.JNINamespace;
+import org.chromium.base.annotations.JNINamespace;
/**
* Handler thread associated with a native message loop.

Powered by Google App Engine
This is Rietveld 408576698