Index: content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template |
diff --git a/content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template b/content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template |
deleted file mode 100644 |
index 513331a4e474c4d1eeec0930455da712142d67e2..0000000000000000000000000000000000000000 |
--- a/content/public/android/java/src/org/chromium/content_public/browser/PageTransitionTypes.template |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-// Copyright 2012 The Chromium Authors. All rights reserved. |
-// 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; |
- |
-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" |
-#undef PAGE_TRANSITION |
-} |