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

Unified Diff: components/cronet/android/test/src/org/chromium/net/NetworkChangeNotifierUtil.java

Issue 884003004: Rename org.chromium.cronet_test_apk to org.chromium.net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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: components/cronet/android/test/src/org/chromium/net/NetworkChangeNotifierUtil.java
diff --git a/components/cronet/android/test/src/org/chromium/cronet_test_apk/NetworkChangeNotifierUtil.java b/components/cronet/android/test/src/org/chromium/net/NetworkChangeNotifierUtil.java
similarity index 93%
rename from components/cronet/android/test/src/org/chromium/cronet_test_apk/NetworkChangeNotifierUtil.java
rename to components/cronet/android/test/src/org/chromium/net/NetworkChangeNotifierUtil.java
index 370b7fab584453b6d89c58cf98a04f680663a304..70be13490aac833026a8bf87e29e05f9b4e4acad 100644
--- a/components/cronet/android/test/src/org/chromium/cronet_test_apk/NetworkChangeNotifierUtil.java
+++ b/components/cronet/android/test/src/org/chromium/net/NetworkChangeNotifierUtil.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.cronet_test_apk;
+package org.chromium.net;
import org.chromium.base.JNINamespace;

Powered by Google App Engine
This is Rietveld 408576698