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

Unified Diff: sync/syncable/invalid_directory_backing_store.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/in_memory_directory_backing_store.h ('k') | sync/syncable/metahandle_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/invalid_directory_backing_store.h
diff --git a/sync/syncable/invalid_directory_backing_store.h b/sync/syncable/invalid_directory_backing_store.h
index 272e664f9e81f67cab5f8edefdfe2ee7238bc551..b6f5915f7ffa1440994c973880e3ba46c0d5fcae 100644
--- a/sync/syncable/invalid_directory_backing_store.h
+++ b/sync/syncable/invalid_directory_backing_store.h
@@ -5,8 +5,9 @@
#ifndef SYNC_SYNCABLE_INVALID_DIRECTORY_BACKING_STORE_H_
#define SYNC_SYNCABLE_INVALID_DIRECTORY_BACKING_STORE_H_
-#include "sync/syncable/directory_backing_store.h"
+#include "base/macros.h"
#include "sync/base/sync_export.h"
+#include "sync/syncable/directory_backing_store.h"
namespace syncer {
namespace syncable {
« no previous file with comments | « sync/syncable/in_memory_directory_backing_store.h ('k') | sync/syncable/metahandle_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698