Index: ui/views/native_types.h |
diff --git a/ui/views/native_types.h b/ui/views/native_types.h |
deleted file mode 100644 |
index 73b03583deadf3d1151938c5d707a39c51952b1d..0000000000000000000000000000000000000000 |
--- a/ui/views/native_types.h |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-// Copyright (c) 2011 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. |
- |
-#ifndef UI_VIEWS_NATIVE_TYPES_H_ |
-#define UI_VIEWS_NATIVE_TYPES_H_ |
-#pragma once |
- |
-#include "ui/gfx/native_widget_types.h" |
- |
-namespace ui { |
- |
-#if defined(OS_WIN) |
-typedef MSG NativeEvent; |
-#endif |
- |
-} // namespace ui |
- |
-#endif // UI_VIEWS_NATIVE_TYPES_H_ |
- |