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

Unified Diff: content/test/mock_keyboard_driver_win.h

Issue 11346016: Move remaining content test code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
===================================================================
--- content/test/mock_keyboard_driver_win.h (revision 164732)
+++ content/test/mock_keyboard_driver_win.h (working copy)
@@ -11,6 +11,8 @@
#include <vector>
#include "base/basictypes.h"
+namespace content {
+
// Implements the platform-dependent part of a pseudo keyboard device for
// Windows.
class MockKeyboardDriverWin {
@@ -38,4 +40,6 @@
DISALLOW_COPY_AND_ASSIGN(MockKeyboardDriverWin);
};
+} // namespace content
+
#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