Index: content/public/android/java/resource_map/org/chromium/content_public/R.java |
diff --git a/content/public/android/java/resource_map/org/chromium/content/R.java b/content/public/android/java/resource_map/org/chromium/content_public/R.java |
similarity index 86% |
rename from content/public/android/java/resource_map/org/chromium/content/R.java |
rename to content/public/android/java/resource_map/org/chromium/content_public/R.java |
index fec2ceaa47e15aec63c95b8b7504c19b03472d67..737d6cd48e74ed6cef03c7eb42833450a6c4888b 100644 |
--- a/content/public/android/java/resource_map/org/chromium/content/R.java |
+++ b/content/public/android/java/resource_map/org/chromium/content_public/R.java |
@@ -2,18 +2,18 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package org.chromium.content; |
+package org.chromium.content_public; |
/** |
* Provide Android internal resources to Chrome's content layer. This allows |
- * classes that access resources via org.chromium.content.R to function properly |
- * in webview. In a normal Chrome build, content resources live in a res folder |
- * in the content layer and the org.chromium.content.R class is generated at |
- * build time based on these resources. In webview, resources live in the |
- * Android framework and can't be accessed directly from the content layer. |
- * Instead, we copy resources needed by content into the Android framework and |
- * use this R class to map resources IDs from org.chromium.content.R to |
- * com.android.internal.R. |
+ * classes that access resources via org.chromium.content_public.R to function |
+ * properly in webview. In a normal Chrome build, content resources live in a |
+ * res folder in the content layer and the org.chromium.content_public.R class |
+ * is generated at build time based on these resources. In webview, resources |
+ * live in the Android framework and can't be accessed directly from the content |
+ * layer. Instead, we copy resources needed by content into the Android |
+ * framework and use this R class to map resources IDs from |
+ * org.chromium.content_public.R to com.android.internal.R. |
*/ |
public final class R { |
/** Attributes */ |