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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/notifications/channels/ChannelsUpdater.java

Issue 2863623002: [Android] Refactor: move files to chrome/browser/notifications/channels (Closed)
Patch Set: rebase 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/java/src/org/chromium/chrome/browser/notifications/channels/ChannelsUpdater.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/ChannelsUpdater.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/channels/ChannelsUpdater.java
similarity index 95%
rename from chrome/android/java/src/org/chromium/chrome/browser/notifications/ChannelsUpdater.java
rename to chrome/android/java/src/org/chromium/chrome/browser/notifications/channels/ChannelsUpdater.java
index 8a7a1a95eceb3acdf8c70d5c9811495737877357..cbec96253f5475d8a88c4a0d4b4824b12d08fb76 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/ChannelsUpdater.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/channels/ChannelsUpdater.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.chrome.browser.notifications;
+package org.chromium.chrome.browser.notifications.channels;
import android.app.NotificationManager;
import android.content.Context;
@@ -11,6 +11,7 @@ import android.content.SharedPreferences;
import org.chromium.base.BuildInfo;
import org.chromium.base.ContextUtils;
import org.chromium.base.VisibleForTesting;
+import org.chromium.chrome.browser.notifications.NotificationManagerProxyImpl;
/**
* Contains helper methods for checking if we should update channels and updating them if so.

Powered by Google App Engine
This is Rietveld 408576698