diff options
Diffstat (limited to 'chrome/browser/sync/api/sync_data.cc')
-rw-r--r-- | chrome/browser/sync/api/sync_data.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/api/sync_data.cc b/chrome/browser/sync/api/sync_data.cc index 180cb76..faf6694 100644 --- a/chrome/browser/sync/api/sync_data.cc +++ b/chrome/browser/sync/api/sync_data.cc @@ -12,8 +12,8 @@ #include "base/values.h" #include "chrome/browser/sync/internal_api/base_node.h" #include "chrome/browser/sync/protocol/proto_value_conversions.h" -#include "chrome/browser/sync/protocol/sync.pb.h" #include "chrome/browser/sync/syncable/model_type.h" +#include "sync/protocol/sync.pb.h" void SyncData::ImmutableSyncEntityTraits::InitializeWrapper( Wrapper* wrapper) { |