diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-17 01:07:19 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-17 01:07:19 +0000 |
commit | 406203d804cfd1c0ff1b74bced465700df5a531b (patch) | |
tree | dbb0c78215287dd9215eb69411493bff8ae4d3f4 /sync/internal_api/change_reorder_buffer.h | |
parent | a263538270e30269c67e914fa67542e5d6da2be2 (diff) | |
download | chromium_src-406203d804cfd1c0ff1b74bced465700df5a531b.zip chromium_src-406203d804cfd1c0ff1b74bced465700df5a531b.tar.gz chromium_src-406203d804cfd1c0ff1b74bced465700df5a531b.tar.bz2 |
sync: move internal_api components used by chrome/browser into internal_api/public
TBR=jhawkins@chromium.org
BUG=131130
TEST=
Review URL: https://chromiumcodereview.appspot.com/10534080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/change_reorder_buffer.h')
-rw-r--r-- | sync/internal_api/change_reorder_buffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/internal_api/change_reorder_buffer.h b/sync/internal_api/change_reorder_buffer.h index edb59f3..a6f37a0 100644 --- a/sync/internal_api/change_reorder_buffer.h +++ b/sync/internal_api/change_reorder_buffer.h @@ -15,8 +15,8 @@ #include "base/compiler_specific.h" #include "base/memory/linked_ptr.h" -#include "sync/internal_api/base_transaction.h" -#include "sync/internal_api/change_record.h" +#include "sync/internal_api/public/base_transaction.h" +#include "sync/internal_api/public/change_record.h" #include "sync/protocol/sync.pb.h" namespace sync_api { |