Index: ui/android/java/PageInfoConnectionType.template |
diff --git a/ui/android/java/BitmapFormat.template b/ui/android/java/PageInfoConnectionType.template |
similarity index 55% |
copy from ui/android/java/BitmapFormat.template |
copy to ui/android/java/PageInfoConnectionType.template |
index 5c7de68ad7ded54d7f94446af128c1ef34d28ee3..459e2bb1f52c394f69613971f21a8f3307b08617 100644 |
--- a/ui/android/java/BitmapFormat.template |
+++ b/ui/android/java/PageInfoConnectionType.template |
@@ -6,9 +6,9 @@ package org.chromium.ui.gfx; |
// A simple auto-generated interface used to maintain the various |
// bitmap configurations as used by both org.chromium.ui.BitmapFormat |
-// and ui/gfx/android/java_bitmap.h |
-public interface BitmapFormat { |
-#define DEFINE_BITMAP_CONFIG(x,y) public final int x = y; |
-#include "ui/gfx/android/bitmap_config_list.h" |
-#undef DEFINE_BITMAP_CONFIG |
+// and ui/gfx/android/page_info_connection_type_list.h |
+public interface PageInfoConnectionType { |
+#define DEFINE_PAGE_INFO_CONNECTION_TYPE(x,y) public final int x = y; |
+#include "ui/gfx/android/page_info_connection_type_list.h" |
+#undef DEFINE_PAGE_INFO_CONNECTION_TYPE |
} |