Index: content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template |
diff --git a/content/public/android/java/src/org/chromium/content/browser/PageTransitionTypes.template b/content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template |
similarity index 89% |
rename from content/public/android/java/src/org/chromium/content/browser/PageTransitionTypes.template |
rename to content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template |
index 97cfeabecac2e01e55a4fef29ef09237cb204bea..513331a4e474c4d1eeec0930455da712142d67e2 100644 |
--- a/content/public/android/java/src/org/chromium/content/browser/PageTransitionTypes.template |
+++ b/content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.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; |
+package org.chromium.content_public.browser; |
public class PageTransitionTypes { |
#define PAGE_TRANSITION(label, value) public static final int \ |