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

Unified Diff: chrome/android/junit/src/org/chromium/chrome/browser/installedapp/InstalledAppProviderTest.java

Issue 2876783002: Moved InstalledAppProvider Android impl from content into chrome. (Closed)
Patch Set: Created 3 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: chrome/android/junit/src/org/chromium/chrome/browser/installedapp/InstalledAppProviderTest.java
diff --git a/content/public/android/junit/src/org/chromium/content/browser/installedapp/InstalledAppProviderTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/installedapp/InstalledAppProviderTest.java
similarity index 99%
rename from content/public/android/junit/src/org/chromium/content/browser/installedapp/InstalledAppProviderTest.java
rename to chrome/android/junit/src/org/chromium/chrome/browser/installedapp/InstalledAppProviderTest.java
index 881e9068afc59d479c99f9faa46dcfb17adc493a..a522a4cf83d4d30318692c84be84e334f17de18a 100644
--- a/content/public/android/junit/src/org/chromium/content/browser/installedapp/InstalledAppProviderTest.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/installedapp/InstalledAppProviderTest.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.content.browser.installedapp;
+package org.chromium.chrome.browser.installedapp;
import android.content.Context;
import android.content.pm.ApplicationInfo;

Powered by Google App Engine
This is Rietveld 408576698