summaryrefslogtreecommitdiffstats
path: root/sync/syncable/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable/entry.h')
-rw-r--r--sync/syncable/entry.h5
1 files changed, 4 insertions, 1 deletions
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 <string>
+#include <vector>
+
#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;