| Index: chrome/browser/sync/internal_api/base_transaction.cc
|
| diff --git a/chrome/browser/sync/internal_api/base_transaction.cc b/chrome/browser/sync/internal_api/base_transaction.cc
|
| index 58751c65267031949ea8e49e29261dc8e92515f3..d14384ee2a7d3c36cd14eb6e3c82cec51c1fc1e8 100644
|
| --- a/chrome/browser/sync/internal_api/base_transaction.cc
|
| +++ b/chrome/browser/sync/internal_api/base_transaction.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base_transaction.h"
|
| +#include "chrome/browser/sync/internal_api/base_transaction.h"
|
|
|
| -#include "chrome/browser/sync/syncable/syncable.h"
|
| -#include "chrome/browser/sync/util/cryptographer.h"
|
| +#include "sync/syncable/syncable.h"
|
| +#include "sync/util/cryptographer.h"
|
|
|
| using browser_sync::Cryptographer;
|
|
|
|
|