Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: ui/base/accelerators/platform_accelerator.h

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « ui/base/accelerators/menu_label_accelerator_util_linux_unittest.cc ('k') | ui/base/android/ui_base_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698