| Index: content/test/mock_keyboard.cc
|
| diff --git a/chrome/renderer/mock_keyboard.cc b/content/test/mock_keyboard.cc
|
| similarity index 92%
|
| rename from chrome/renderer/mock_keyboard.cc
|
| rename to content/test/mock_keyboard.cc
|
| index b18f3f67a030ea2674ab8048275c3200c223fa76..0862a3167c8440e158fd5f87324efd7771c464a7 100644
|
| --- a/chrome/renderer/mock_keyboard.cc
|
| +++ b/content/test/mock_keyboard.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright (c) 2009 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.
|
|
|
| -#include "chrome/renderer/mock_keyboard.h"
|
| +#include "content/test/mock_keyboard.h"
|
|
|
| #include "base/logging.h"
|
|
|
|
|