Index: content/public/android/java/src/org/chromium/content_public/browser/input/PopupItemType.template |
diff --git a/content/public/android/java/src/org/chromium/content/browser/input/PopupItemType.template b/content/public/android/java/src/org/chromium/content_public/browser/input/PopupItemType.template |
similarity index 87% |
rename from content/public/android/java/src/org/chromium/content/browser/input/PopupItemType.template |
rename to content/public/android/java/src/org/chromium/content_public/browser/input/PopupItemType.template |
index cbf3ac6300f5489022a7b28c37056e49d2b232d1..8109b2029e4ff08934a4ebbb71b4c5a6b0c2696c 100644 |
--- a/content/public/android/java/src/org/chromium/content/browser/input/PopupItemType.template |
+++ b/content/public/android/java/src/org/chromium/content_public/browser/input/PopupItemType.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.browser.input; |
+package org.chromium.content_public.browser.input; |
public class PopupItemType { |
#define DEFINE_POPUP_ITEM_TYPE(name, value) public static final int name = value; |