Index: content/public/android/java/src/org/chromium/content/browser/input/SelectionEventType.template |
diff --git a/content/public/android/java/src/org/chromium/content/browser/input/SelectionEventType.template b/content/public/android/java/src/org/chromium/content/browser/input/SelectionEventType.template |
deleted file mode 100644 |
index 673e96626f7b9dac0a71f3882e06e15c5d886f8e..0000000000000000000000000000000000000000 |
--- a/content/public/android/java/src/org/chromium/content/browser/input/SelectionEventType.template |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-// Copyright 2014 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.browser.input; |
- |
-public class SelectionEventType { |
-#define DEFINE_SELECTION_EVENT_TYPE(name, value) \ |
- public static final int name = value; |
-#include "content/browser/renderer_host/input/selection_event_type_list.h" |
-#undef DEFINE_SELECTION_EVENT_TYPE |
-} |
- |