summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UrlUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/UrlUtils.java')
-rw-r--r--src/com/android/browser/UrlUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/UrlUtils.java b/src/com/android/browser/UrlUtils.java
index ccf97103d..26f8e0ed0 100644
--- a/src/com/android/browser/UrlUtils.java
+++ b/src/com/android/browser/UrlUtils.java
@@ -84,7 +84,7 @@ public class UrlUtils {
* @return Original or modified URL
*
*/
- protected static String smartUrlFilter(String url) {
+ public static String smartUrlFilter(String url) {
String inUrl = url.trim();
boolean hasSpace = inUrl.indexOf(' ') != -1;