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

Unified Diff: webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl

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/runtime_library/src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl
diff --git a/web_apks/minting_example/libs/runtime_library/src/org/chromium/minting/libs/runtime_library/IWebApkApi.aidl b/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl
similarity index 94%
rename from web_apks/minting_example/libs/runtime_library/src/org/chromium/minting/libs/runtime_library/IWebApkApi.aidl
rename to webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl
index 2135f5092356d907d7d5ce9da010dc36a9a085de..e3045f83714f77bce562ee6cb6f3e25d209843e6 100644
--- a/web_apks/minting_example/libs/runtime_library/src/org/chromium/minting/libs/runtime_library/IWebApkApi.aidl
+++ b/webapk/libs/runtime_library/src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl
@@ -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.libs.runtime_library;
+package org.chromium.webapk.lib.runtime_library;
import android.app.Notification;
import android.app.PendingIntent;

Powered by Google App Engine
This is Rietveld 408576698