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

Unified Diff: base/process_info.h

Issue 11087021: Cleanup: IWYU for base/time.h. (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 | « base/message_pump_android.cc ('k') | base/sys_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_info.h
===================================================================
--- base/process_info.h (revision 160754)
+++ base/process_info.h (working copy)
@@ -7,10 +7,11 @@
#include "base/base_export.h"
#include "base/basictypes.h"
-#include "base/time.h"
namespace base {
+class Time;
+
// Vends information about the current process.
class BASE_EXPORT CurrentProcessInfo {
public:
« no previous file with comments | « base/message_pump_android.cc ('k') | base/sys_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698