| Index: chrome/test/webdriver/keymap.h
|
| diff --git a/chrome/test/webdriver/keymap.h b/chrome/test/webdriver/keymap.h
|
| index fab2bccf318667073b96cf997361e0b95edd634a..3b98d5496bf0af3462f2232b0c2e45576bc493e7 100644
|
| --- a/chrome/test/webdriver/keymap.h
|
| +++ b/chrome/test/webdriver/keymap.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -16,6 +16,7 @@ namespace webdriver {
|
| class KeyMap {
|
| public:
|
| KeyMap();
|
| + ~KeyMap();
|
| ui::KeyboardCode Get(const wchar_t& key) const;
|
|
|
| bool Press(const scoped_refptr<WindowProxy>& window,
|
|
|