Index: ui/android/java/PageTransitionTypes.template |
diff --git a/content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template b/ui/android/java/PageTransitionTypes.template |
similarity index 75% |
rename from content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template |
rename to ui/android/java/PageTransitionTypes.template |
index 513331a4e474c4d1eeec0930455da712142d67e2..d2f12f8a5d7a95dd2dcfb062b7f7a4e8f716658c 100644 |
--- a/content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template |
+++ b/ui/android/java/PageTransitionTypes.template |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package org.chromium.content_public.browser; |
+package org.chromium.ui.base; |
public class PageTransitionTypes { |
#define PAGE_TRANSITION(label, value) public static final int \ |
PAGE_TRANSITION_ ## label = value; |
-#include "content/public/common/page_transition_types_list.h" |
+#include "ui/base/page_transition_types_list.h" |
#undef PAGE_TRANSITION |
} |