Chromium Code Reviews

Unified Diff: examples/device_name/java/src/org/chromium/mojo/examples/DeviceName.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « build/config/BUILD.gn ('k') | examples/native_run_app/native_run_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/device_name/java/src/org/chromium/mojo/examples/DeviceName.java
diff --git a/examples/device_name/java/src/org/chromium/mojo/examples/DeviceName.java b/examples/device_name/java/src/org/chromium/mojo/examples/DeviceName.java
index 1fdbad0b719b17741d10d1e3bc5f98b8d83f4811..13e2e5256abda06856f33dd6b26f3448db7a0c41 100644
--- a/examples/device_name/java/src/org/chromium/mojo/examples/DeviceName.java
+++ b/examples/device_name/java/src/org/chromium/mojo/examples/DeviceName.java
@@ -7,8 +7,8 @@ package org.chromium.mojo.examples;
import android.content.Context;
import android.os.Build;
-import org.chromium.base.CalledByNative;
-import org.chromium.base.JNINamespace;
+import org.chromium.base.annotations.CalledByNative;
+import org.chromium.base.annotations.JNINamespace;
/**
* Example Java class providing functionality to the native side.
« no previous file with comments | « build/config/BUILD.gn ('k') | examples/native_run_app/native_run_app.cc » ('j') | no next file with comments »

Powered by Google App Engine