| Index: ui/base/accelerators/platform_accelerator.h
|
| diff --git a/ui/base/accelerators/platform_accelerator.h b/ui/base/accelerators/platform_accelerator.h
|
| deleted file mode 100644
|
| index cca8021f2e157589c6688f0ee380b1362c7f2476..0000000000000000000000000000000000000000
|
| --- a/ui/base/accelerators/platform_accelerator.h
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright (c) 2012 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_BASE_ACCELERATORS_PLATFORM_ACCELERATOR_H_
|
| -#define UI_BASE_ACCELERATORS_PLATFORM_ACCELERATOR_H_
|
| -
|
| -#include "base/memory/scoped_ptr.h"
|
| -#include "ui/base/ui_base_export.h"
|
| -
|
| -namespace ui {
|
| -
|
| -// Abstract base class for platform specific accelerator keys.
|
| -class UI_BASE_EXPORT PlatformAccelerator {
|
| - public:
|
| - virtual ~PlatformAccelerator() {}
|
| -
|
| - virtual scoped_ptr<PlatformAccelerator> CreateCopy() const = 0;
|
| - virtual bool Equals(const PlatformAccelerator& rhs) const = 0;
|
| -};
|
| -
|
| -} // namespace ui
|
| -
|
| -#endif // UI_BASE_ACCELERATORS_PLATFORM_ACCELERATOR_H_
|
|
|