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

Unified Diff: content/public/android/java/templates/NativeLibraries.template

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/public/android/java/templates/NativeLibraries.template
diff --git a/content/public/android/java/templates/NativeLibraries.template b/content/public/android/java/templates/NativeLibraries.template
index dd710cd01b77c01ed454657532fbc10c70d48ed9..33f204d8743a03a4e35478cb3812df551c85ca67 100644
--- a/content/public/android/java/templates/NativeLibraries.template
+++ b/content/public/android/java/templates/NativeLibraries.template
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.content.app;
+package org.chromium.content_public.app;
public class NativeLibraries {
/**
@@ -13,7 +13,7 @@ public class NativeLibraries {
* - This template is used to generate several distinct, but similar
* files used in different contexts:
*
- * o .../gen/templates/org/chromium/content/app/NativeLibraries.java
+ * o .../gen/templates/org/chromium/content_public/app/NativeLibraries.java
*
* This file is used to build content.jar, which is the library
* jar used by several content-based projects. However, the

Powered by Google App Engine
This is Rietveld 408576698