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

Unified Diff: third_party/leveldatabase/chromium_logger.h

Issue 18158003: Use a direct include of time headers in third_party/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: third_party/leveldatabase/chromium_logger.h
diff --git a/third_party/leveldatabase/chromium_logger.h b/third_party/leveldatabase/chromium_logger.h
index 742c90335e148b1c0a21be4e49a1ee2eabfa5319..3595d2b1a56a9693f4736f2e1a819a94246827bb 100644
--- a/third_party/leveldatabase/chromium_logger.h
+++ b/third_party/leveldatabase/chromium_logger.h
@@ -9,7 +9,7 @@
#include <stdio.h>
#include "base/format_macros.h"
#include "base/strings/string_util.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "leveldb/env.h"
namespace leveldb {
« no previous file with comments | « third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/time.h ('k') | third_party/zlib/google/zip_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698