summaryrefslogtreecommitdiffstats
path: root/sync/syncable
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable')
-rw-r--r--sync/syncable/directory.h2
-rw-r--r--sync/syncable/syncable_id.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h
index 66c2a24..e149ae3 100644
--- a/sync/syncable/directory.h
+++ b/sync/syncable/directory.h
@@ -11,9 +11,9 @@
#include <vector>
#include "base/basictypes.h"
+#include "base/containers/hash_tables.h"
#include "base/file_util.h"
#include "base/gtest_prod_util.h"
-#include "base/hash_tables.h"
#include "sync/base/sync_export.h"
#include "sync/internal_api/public/util/report_unrecoverable_error_function.h"
#include "sync/internal_api/public/util/weak_handle.h"
diff --git a/sync/syncable/syncable_id.h b/sync/syncable/syncable_id.h
index 9fe4bdc..bbfeb93 100644
--- a/sync/syncable/syncable_id.h
+++ b/sync/syncable/syncable_id.h
@@ -10,8 +10,8 @@
#include <sstream>
#include <string>
+#include "base/containers/hash_tables.h"
#include "base/memory/scoped_ptr.h"
-#include "base/hash_tables.h"
#include "sync/base/sync_export.h"
class MockConnectionManager;