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

Unified Diff: content/test/mock_keyboard.cc

Issue 8230034: Split most of RenderViewTest and associated classes into content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build breaks. 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
« no previous file with comments | « content/test/mock_keyboard.h ('k') | content/test/mock_keyboard_driver_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « content/test/mock_keyboard.h ('k') | content/test/mock_keyboard_driver_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698