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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java

Issue 141533006: [Android] Move the java content/ package to content_public/ to start the split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes and findbugs line update Created 6 years, 11 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: android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java b/android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java
index fc991f8ef8d0bbffebd2721297d6f18c0adebbb5..92d2c32ad7cf0f33c797e8fb51691fdab24de887 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java
@@ -7,7 +7,7 @@ package org.chromium.android_webview;
import android.content.Context;
import android.content.SharedPreferences;
-import org.chromium.content.browser.ContentViewStatics;
+import org.chromium.content_public.browser.ContentViewStatics;
/**
* Java side of the Browser Context: contains all the java side objects needed to host one

Powered by Google App Engine
This is Rietveld 408576698