| Index: chrome/browser/sync/engine/build_commit_command.cc
|
| diff --git a/chrome/browser/sync/engine/build_commit_command.cc b/chrome/browser/sync/engine/build_commit_command.cc
|
| index 06adac6271b767168998d6d27d5cfd7053d5007f..c2a40f1f466335878a2dd2be710dc930b11cfab3 100644
|
| --- a/chrome/browser/sync/engine/build_commit_command.cc
|
| +++ b/chrome/browser/sync/engine/build_commit_command.cc
|
| @@ -11,11 +11,11 @@
|
|
|
| #include "base/string_util.h"
|
| #include "chrome/browser/sync/engine/syncer_proto_util.h"
|
| -#include "chrome/browser/sync/protocol/bookmark_specifics.pb.h"
|
| #include "chrome/browser/sync/sessions/sync_session.h"
|
| #include "chrome/browser/sync/syncable/syncable.h"
|
| #include "chrome/browser/sync/syncable/syncable_changes_version.h"
|
| #include "chrome/browser/sync/util/time.h"
|
| +#include "sync/protocol/bookmark_specifics.pb.h"
|
|
|
| using std::set;
|
| using std::string;
|
|
|