From 92258389a1a4190987f3b4a64386fd9eb0f126ea Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Wed, 1 Sep 2010 19:09:06 +0000 Subject: Revert 58186 - Move the keyboard files from base/ to app/. Also moves the associated classes/enums from base:: to app::. TEST=try bots compile BUG=NONE Review URL: http://codereview.chromium.org/3165064 TBR=bryeung@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58215 0039d316-1c4b-4281-b951-d872f2087c98 --- app/keyboard_code_conversion.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 app/keyboard_code_conversion.h (limited to 'app/keyboard_code_conversion.h') diff --git a/app/keyboard_code_conversion.h b/app/keyboard_code_conversion.h deleted file mode 100644 index 4867c1b..0000000 --- a/app/keyboard_code_conversion.h +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2010 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 APP_KEYBOARD_CODE_CONVERSION_H_ -#define APP_KEYBOARD_CODE_CONVERSION_H_ -#pragma once - -#include "app/keyboard_codes.h" - -#include - -namespace app { - -// Convert a KeyIdentifer (see Section 6.3.3 here: -// http://www.w3.org/TR/DOM-Level-3-Events/#keyset-keyidentifiers) -// to a app::KeyboardCode. -KeyboardCode KeyCodeFromKeyIdentifier(const std::string& key_identifier); - -} // namespace - -#endif // APP_KEYBOARD_CODE_CONVERSION_H_ -- cgit v1.1