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

Unified Diff: sync/syncable/scoped_kernel_lock.h

Issue 1545553003: Switch to standard integer types in sync/. (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 | « sync/syncable/parent_child_index.h ('k') | sync/syncable/scoped_parent_child_index_updater.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/scoped_kernel_lock.h
diff --git a/sync/syncable/scoped_kernel_lock.h b/sync/syncable/scoped_kernel_lock.h
index 942faef63375faae82d9b2b1f99069d6f5b82c46..dbc28e79fd245441d0adc5b03725bbcdb1e4c77f 100644
--- a/sync/syncable/scoped_kernel_lock.h
+++ b/sync/syncable/scoped_kernel_lock.h
@@ -5,7 +5,7 @@
#ifndef SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_
#define SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/synchronization/lock.h"
namespace syncer {
« no previous file with comments | « sync/syncable/parent_child_index.h ('k') | sync/syncable/scoped_parent_child_index_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698