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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ntp/TitleUtil.java

Issue 2379553002: Ntp: use android.support.annotation.Nullable (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/ntp/TitleUtil.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/TitleUtil.java b/chrome/android/java/src/org/chromium/chrome/browser/ntp/TitleUtil.java
index df8190beff64b8350e218e00d6e087687f78f6b3..6285823b81338cd64f1e87574a5d0134dcdf524d 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ntp/TitleUtil.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ntp/TitleUtil.java
@@ -5,10 +5,9 @@
package org.chromium.chrome.browser.ntp;
import android.net.Uri;
+import android.support.annotation.Nullable;
import android.text.TextUtils;
-import javax.annotation.Nullable;
-
/**
* Provides functions for working with link titles.
*/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698