From f593336f972fa8d64584baf5c2e5cef809857a88 Mon Sep 17 00:00:00 2001 From: skym Date: Mon, 14 Dec 2015 11:56:34 -0800 Subject: [Sync] Fixing all trivial lint violations in src/sync/* BUG=567301 Review URL: https://codereview.chromium.org/1510023002 Cr-Commit-Position: refs/heads/master@{#365077} --- sync/syncable/entry.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sync/syncable/entry.h') diff --git a/sync/syncable/entry.h b/sync/syncable/entry.h index 47a7815..cf9b9af 100644 --- a/sync/syncable/entry.h +++ b/sync/syncable/entry.h @@ -5,6 +5,9 @@ #ifndef SYNC_SYNCABLE_ENTRY_H_ #define SYNC_SYNCABLE_ENTRY_H_ +#include +#include + #include "sync/base/sync_export.h" #include "sync/syncable/entry_kernel.h" @@ -216,7 +219,7 @@ class SYNC_EXPORT Entry { } bool GetSyncing() const; - bool GetDirtySync() const ; + bool GetDirtySync() const; ModelType GetServerModelType() const; ModelType GetModelType() const; -- cgit v1.1