root/ui/events/platform/platform_event_types.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


// 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_

/* [<][>][^][v][top][bottom][index][help] */