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 |