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

Unified Diff: components/drive/event_logger.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « components/drive/dummy_file_system.h ('k') | components/drive/fake_file_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/event_logger.h
diff --git a/components/drive/event_logger.h b/components/drive/event_logger.h
index 76b53726d5702f716a3b235042fe3b8322499007..7517a3b69ff445e0f0cecdb40493d2987eb7c73c 100644
--- a/components/drive/event_logger.h
+++ b/components/drive/event_logger.h
@@ -5,13 +5,15 @@
#ifndef COMPONENTS_DRIVE_EVENT_LOGGER_H_
#define COMPONENTS_DRIVE_EVENT_LOGGER_H_
+#include <stddef.h>
+
#include <deque>
#include <string>
#include <vector>
-#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "base/synchronization/lock.h"
#include "base/time/time.h"
« no previous file with comments | « components/drive/dummy_file_system.h ('k') | components/drive/fake_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698