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

Unified Diff: components/drive/file_change.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/file_cache_unittest.cc ('k') | components/drive/file_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/file_change.h
diff --git a/components/drive/file_change.h b/components/drive/file_change.h
index 40e3a6a55b4fdeab9fd981017f5cccc457adb69c..9d885b88b646a79292916f89323476dd88018cd4 100644
--- a/components/drive/file_change.h
+++ b/components/drive/file_change.h
@@ -5,11 +5,12 @@
#ifndef COMPONENTS_DRIVE_FILE_CHANGE_H_
#define COMPONENTS_DRIVE_FILE_CHANGE_H_
+#include <stddef.h>
+
#include <deque>
#include <map>
#include <string>
-#include "base/basictypes.h"
#include "base/files/file_path.h"
namespace drive {
« no previous file with comments | « components/drive/file_cache_unittest.cc ('k') | components/drive/file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698