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

Unified Diff: content/test/mock_keyboard_driver_win.cc

Issue 8230034: Split most of RenderViewTest and associated classes into content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review! Created 9 years, 2 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: content/test/mock_keyboard_driver_win.cc
diff --git a/chrome/renderer/mock_keyboard_driver_win.cc b/content/test/mock_keyboard_driver_win.cc
similarity index 97%
rename from chrome/renderer/mock_keyboard_driver_win.cc
rename to content/test/mock_keyboard_driver_win.cc
index ea88007e8ac8cbf81689f34e2575a9a798332375..9d57fb3fecf3ce3c003be3960cf9702d0d4c235e 100644
--- a/chrome/renderer/mock_keyboard_driver_win.cc
+++ b/content/test/mock_keyboard_driver_win.cc
@@ -1,12 +1,12 @@
-// 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.
-#include "chrome/renderer/mock_keyboard_driver_win.h"
+#include "content/test/mock_keyboard_driver_win.h"
#include "base/basictypes.h"
#include "base/logging.h"
-#include "chrome/renderer/mock_keyboard.h"
+#include "content/test/mock_keyboard.h"
MockKeyboardDriverWin::MockKeyboardDriverWin() {
// Save the keyboard layout and status of the application.

Powered by Google App Engine
This is Rietveld 408576698