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

Unified Diff: base/third_party/nspr/prtime.cc

Issue 6410105: run iwyu on base! Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Created 9 years, 10 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/third_party/icu/icu_utf.cc ('k') | base/third_party/nss/sha512.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/nspr/prtime.cc
diff --git a/base/third_party/nspr/prtime.cc b/base/third_party/nspr/prtime.cc
index 65f93eef0ef29a97c7c0843078019253da93d646..0dcd5d2031533bdb86f7103fed51efb19d66c637 100644
--- a/base/third_party/nspr/prtime.cc
+++ b/base/third_party/nspr/prtime.cc
@@ -63,15 +63,18 @@
* 3. prlong.h
*/
+#include "base/logging.h"
#include "base/third_party/nspr/prtime.h"
+#include "base/third_party/nspr/prtypes.h"
#include "build/build_config.h"
#if defined(OS_WIN)
#include <windows.h>
#elif defined(OS_MACOSX)
-#include <CoreFoundation/CoreFoundation.h>
#endif
-#include <errno.h> /* for EINVAL */
+#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDate.h>
+#include <ctype.h>
+#include <string.h>
#include <time.h>
/* Implements the Unix localtime_r() function for windows */
« no previous file with comments | « base/third_party/icu/icu_utf.cc ('k') | base/third_party/nss/sha512.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698