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

Unified Diff: base/event_recorder.h

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « base/command_line.h ('k') | base/file_path.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/event_recorder.h
diff --git a/base/event_recorder.h b/base/event_recorder.h
index 979e8060ee97afa772ec50d3efc38c8df26cf2ce..bff87ed494b6f64e0177973cfc4e12a54d8765cc 100644
--- a/base/event_recorder.h
+++ b/base/event_recorder.h
@@ -15,10 +15,10 @@
#include <windows.h>
#endif
-class FilePath;
-
namespace base {
+class FilePath;
+
// A class for recording and playing back keyboard and mouse input events.
//
// Note - if you record events, and the playback with the windows in
« no previous file with comments | « base/command_line.h ('k') | base/file_path.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698