| Index: chrome/browser/sync/syncable/directory_backing_store_unittest.cc
|
| diff --git a/chrome/browser/sync/syncable/directory_backing_store_unittest.cc b/chrome/browser/sync/syncable/directory_backing_store_unittest.cc
|
| index 14ae8c21c1929888a6f601448a923acb686c6b3b..0863ce04daa18e33ee817e614676634399329886 100644
|
| --- a/chrome/browser/sync/syncable/directory_backing_store_unittest.cc
|
| +++ b/chrome/browser/sync/syncable/directory_backing_store_unittest.cc
|
| @@ -12,16 +12,16 @@
|
| #include "base/scoped_temp_dir.h"
|
| #include "base/stl_util.h"
|
| #include "base/string_number_conversions.h"
|
| -#include "chrome/browser/sync/protocol/bookmark_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/browser/sync/syncable/directory_backing_store.h"
|
| #include "chrome/browser/sync/syncable/on_disk_directory_backing_store.h"
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| #include "chrome/browser/sync/syncable/syncable-inl.h"
|
| +#include "chrome/browser/sync/syncable/syncable.h"
|
| #include "chrome/browser/sync/test/test_directory_backing_store.h"
|
| #include "chrome/browser/sync/util/time.h"
|
| #include "sql/connection.h"
|
| #include "sql/statement.h"
|
| +#include "sync/protocol/bookmark_specifics.pb.h"
|
| +#include "sync/protocol/sync.pb.h"
|
| #include "testing/gtest/include/gtest/gtest-param-test.h"
|
|
|
| namespace syncable {
|
|
|