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

Unified Diff: base/event_recorder.h

Issue 3173020: FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src/base. (Closed)
Patch Set: argh Created 10 years, 4 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/debug_util.h ('k') | base/i18n/file_util_icu.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 3fb2d234e982f6619401d6eb12aff01e9ac68fb4..04fbaa1b8bed2be9d76026ae3f2ed65a9b75be4a 100644
--- a/base/event_recorder.h
+++ b/base/event_recorder.h
@@ -6,9 +6,9 @@
#define BASE_EVENT_RECORDER_H_
#pragma once
-#include <string>
#if defined(OS_WIN)
#include <windows.h>
+#include <stdio.h>
#endif
#include "base/basictypes.h"
« no previous file with comments | « base/debug_util.h ('k') | base/i18n/file_util_icu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698