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

Unified Diff: content/test/mock_keyboard_driver_win.h

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.cc ('k') | content/test/mock_keyboard_driver_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_keyboard_driver_win.h
diff --git a/chrome/renderer/mock_keyboard_driver_win.h b/content/test/mock_keyboard_driver_win.h
similarity index 81%
rename from chrome/renderer/mock_keyboard_driver_win.h
rename to content/test/mock_keyboard_driver_win.h
index bbe65f157c3ded1c370d550ec0fb2b81468cb0c6..44c2b2d5bd221c08badc4a1b4c5c8586c3387880 100644
--- a/chrome/renderer/mock_keyboard_driver_win.h
+++ b/content/test/mock_keyboard_driver_win.h
@@ -1,9 +1,9 @@
-// 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.
-#ifndef CHROME_RENDERER_MOCK_KEYBOARD_DRIVER_WIN_H_
-#define CHROME_RENDERER_MOCK_KEYBOARD_DRIVER_WIN_H_
+#ifndef CONTENT_TEST_MOCK_KEYBOARD_DRIVER_WIN_H_
+#define CONTENT_TEST_MOCK_KEYBOARD_DRIVER_WIN_H_
#pragma once
#include <windows.h>
@@ -39,4 +39,4 @@ class MockKeyboardDriverWin {
DISALLOW_COPY_AND_ASSIGN(MockKeyboardDriverWin);
};
-#endif // CHROME_RENDERER_MOCK_KEYBOARD_DRIVER_WIN_H_
+#endif // CONTENT_TEST_MOCK_KEYBOARD_DRIVER_WIN_H_
« no previous file with comments | « content/test/mock_keyboard.cc ('k') | content/test/mock_keyboard_driver_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698