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

Unified Diff: base/event_recorder.h

Issue 6759017: iwyu: Cleanup in the following files: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright again. Created 9 years, 9 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/environment.h ('k') | base/event_recorder.cc » ('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 21e2922e8ae4d2ca2aeb5eabb24529f4881e7f58..1f7aa613b53f630ece17d4d4a35a1d3283bc6980 100644
--- a/base/event_recorder.h
+++ b/base/event_recorder.h
@@ -6,14 +6,16 @@
#define BASE_EVENT_RECORDER_H_
#pragma once
+#include "base/base_api.h"
+#include "base/basictypes.h"
+#include "build/build_config.h"
+
#if defined(OS_WIN)
-#include <windows.h>
#include <stdio.h>
+#include <string.h>
+#include <windows.h>
#endif
-#include "base/base_api.h"
-#include "base/basictypes.h"
-
class FilePath;
namespace base {
« no previous file with comments | « base/environment.h ('k') | base/event_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698