blob: dedb38ff0630af46c6024c1272a3c39b0a81af29 [file] [log] [blame]
// 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.
#ifndef UI_EVENTS_PLATFORM_PLATFORM_EVENT_TYPES_H_
#define UI_EVENTS_PLATFORM_PLATFORM_EVENT_TYPES_H_
#include "base/event_types.h"
namespace ui {
typedef base::NativeEvent PlatformEvent;
} // namespace ui
#endif // UI_EVENTS_PLATFORM_PLATFORM_EVENT_TYPES_H_