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

Unified Diff: services/shell/public/java/src/org/chromium/services/shell/InterfaceRegistry.java

Issue 2361813004: Mojo Java bindings: org.chromium.mojom -> org.chromium (Closed)
Patch Set: Created 4 years, 3 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: services/shell/public/java/src/org/chromium/services/shell/InterfaceRegistry.java
diff --git a/services/shell/public/java/src/org/chromium/services/shell/InterfaceRegistry.java b/services/shell/public/java/src/org/chromium/services/shell/InterfaceRegistry.java
index 90b7d904866a22e81d8ca4fb23df275d177e40ce..cfb069b20901c8edfd38e531c5f09b4a0ccbbf8d 100644
--- a/services/shell/public/java/src/org/chromium/services/shell/InterfaceRegistry.java
+++ b/services/shell/public/java/src/org/chromium/services/shell/InterfaceRegistry.java
@@ -7,7 +7,7 @@ package org.chromium.services.shell;
import org.chromium.mojo.bindings.Interface;
import org.chromium.mojo.system.MessagePipeHandle;
import org.chromium.mojo.system.MojoException;
-import org.chromium.mojom.shell.mojom.InterfaceProvider;
+import org.chromium.shell.mojom.InterfaceProvider;
import java.util.HashMap;
import java.util.Map;
« no previous file with comments | « mojo/public/tools/bindings/generators/mojom_java_generator.py ('k') | third_party/WebKit/Source/modules/nfc/NFC.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698