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

Unified Diff: webapk/libs/client/src/org/chromium/webapk/lib/client/NotificationClient.java

Issue 1945303005: Change webapk packages and directory structure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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: webapk/libs/client/src/org/chromium/webapk/lib/client/NotificationClient.java
diff --git a/web_apks/minting_example/libs/client/org/chromium/minting/lib/client/NotificationClient.java b/webapk/libs/client/src/org/chromium/webapk/lib/client/NotificationClient.java
similarity index 98%
rename from web_apks/minting_example/libs/client/org/chromium/minting/lib/client/NotificationClient.java
rename to webapk/libs/client/src/org/chromium/webapk/lib/client/NotificationClient.java
index e477928b4da194fa78c05bf0c59517904b5b4a29..3a180a46546909dbfbeb09f746ae7916e96d8810 100644
--- a/web_apks/minting_example/libs/client/org/chromium/minting/lib/client/NotificationClient.java
+++ b/webapk/libs/client/src/org/chromium/webapk/lib/client/NotificationClient.java
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.minting.lib.client;
+package org.chromium.webapk.lib.client;
import android.app.PendingIntent;
import android.content.ComponentName;
@@ -14,7 +14,7 @@ import android.os.IBinder;
import android.os.RemoteException;
import android.util.Log;
-import org.chromium.minting.libs.runtime_library.IWebApkApi;
+import org.chromium.webapk.lib.runtime_library.IWebApkApi;
/**
* NotificationClient provides APIs that a WebAPK host can delegate display or close notification

Powered by Google App Engine
This is Rietveld 408576698