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

Unified Diff: components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationPreferences.java

Issue 2155763002: [Sync] //components/sync manual changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-automated
Patch Set: Rebase. Created 4 years, 5 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
« no previous file with comments | « components/sync/android/DEPS ('k') | components/sync/android/model_type_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationPreferences.java
diff --git a/components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationPreferences.java b/components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationPreferences.java
index c161a87b6dabffedb4e7b1659af5564d71fbca52..7f227be80ae7ef8817512a3abb3cb49e0707ceb3 100644
--- a/components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationPreferences.java
+++ b/components/sync/android/java/src/org/chromium/components/sync/notifier/InvalidationPreferences.java
@@ -77,7 +77,7 @@ public class InvalidationPreferences {
static final String SYNC_TANGO_INTERNAL_STATE = "sync_tango_internal_state";
}
- private static final String TAG = "InvalidationPreferences";
+ private static final String TAG = "InvalidationPrefs";
// Only one commit call can be in progress at a time.
private static final Object sCommitLock = new Object();
« no previous file with comments | « components/sync/android/DEPS ('k') | components/sync/android/model_type_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698