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

Unified Diff: courgette/ensemble_create.cc

Issue 18156002: Use a direct include of time headers in courgette/, crypto/, dbus/, device/, google_apis/, gpu/, ip… (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
« no previous file with comments | « courgette/adjustment_method_2.cc ('k') | courgette/third_party/bsdiff_create.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/ensemble_create.cc
diff --git a/courgette/ensemble_create.cc b/courgette/ensemble_create.cc
index 84029beefe3825cab4aa41a889b5d899f67b1fcf..550f0ad02e770ec5b111cd6bbf1ef8b140d0834b 100644
--- a/courgette/ensemble_create.cc
+++ b/courgette/ensemble_create.cc
@@ -14,19 +14,19 @@
#include "courgette/ensemble.h"
-#include <vector>
#include <limits>
+#include <vector>
#include "base/basictypes.h"
#include "base/logging.h"
-#include "base/time.h"
+#include "base/time/time.h"
-#include "courgette/third_party/bsdiff.h"
#include "courgette/crc.h"
#include "courgette/difference_estimator.h"
-#include "courgette/streams.h"
#include "courgette/region.h"
#include "courgette/simple_delta.h"
+#include "courgette/streams.h"
+#include "courgette/third_party/bsdiff.h"
#include "courgette/patcher_x86_32.h"
#include "courgette/patch_generator_x86_32.h"
« no previous file with comments | « courgette/adjustment_method_2.cc ('k') | courgette/third_party/bsdiff_create.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698