| Index: chrome/browser/sync/engine/syncapi_internal.cc
|
| diff --git a/chrome/browser/sync/engine/syncapi_internal.cc b/chrome/browser/sync/engine/syncapi_internal.cc
|
| index b0c5e3a06eb185c36abcb84506280dd70b64d26d..ab90c1cb039de5cfb8c95d7814155ab65bfff245 100644
|
| --- a/chrome/browser/sync/engine/syncapi_internal.cc
|
| +++ b/chrome/browser/sync/engine/syncapi_internal.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/sync/util/cryptographer.h"
|
| -#include "chrome/browser/sync/protocol/password_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| +#include "sync/protocol/password_specifics.pb.h"
|
| +#include "sync/protocol/sync.pb.h"
|
|
|
| using browser_sync::Cryptographer;
|
|
|
|
|