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

Unified Diff: content/app/android/child_process_service.cc

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: content/app/android/child_process_service.cc
diff --git a/content/app/android/child_process_service.cc b/content/app/android/child_process_service.cc
index 308246ef96cc5f38bd6c64a713e82d6570bda262..978a49b4b70d57eeea2b6034e770e4468799827f 100644
--- a/content/app/android/child_process_service.cc
+++ b/content/app/android/child_process_service.cc
@@ -32,7 +32,7 @@ class SurfaceTexturePeerChildImpl : public content::SurfaceTexturePeer,
public content::GpuSurfaceLookup {
public:
// |service| is the instance of
- // org.chromium.content.app.ChildProcessService.
+ // org.chromium.content_public.app.ChildProcessService.
explicit SurfaceTexturePeerChildImpl(
const base::android::ScopedJavaLocalRef<jobject>& service)
: service_(service) {
@@ -72,7 +72,7 @@ class SurfaceTexturePeerChildImpl : public content::SurfaceTexturePeer,
}
private:
- // The instance of org.chromium.content.app.ChildProcessService.
+ // The instance of org.chromium.content_public.app.ChildProcessService.
base::android::ScopedJavaGlobalRef<jobject> service_;
DISALLOW_COPY_AND_ASSIGN(SurfaceTexturePeerChildImpl);

Powered by Google App Engine
This is Rietveld 408576698