Chromium Code Reviews| Index: chrome/browser/sync/engine/nigori_util.cc |
| diff --git a/chrome/browser/sync/engine/nigori_util.cc b/chrome/browser/sync/engine/nigori_util.cc |
| index b305c49d48d800f8c0f42295df9122a98151c81e..1fb2d93951925535d2d589878b38f81674e99ce6 100644 |
| --- a/chrome/browser/sync/engine/nigori_util.cc |
| +++ b/chrome/browser/sync/engine/nigori_util.cc |
| @@ -8,8 +8,9 @@ |
| #include <string> |
| #include <vector> |
| -#include "chrome/browser/sync/engine/syncapi.h" |
| #include "chrome/browser/sync/engine/syncer_util.h" |
| +#include "chrome/browser/sync/internal_api/write_node.h" |
| +#include "chrome/browser/sync/internal_api/write_transaction.h" |
|
Nicolas Zea
2011/08/16 19:39:07
Don't think this writetransaction is necessary (al
rlarocque
2011/08/16 22:19:19
Done.
|
| #include "chrome/browser/sync/syncable/syncable.h" |
| #include "chrome/browser/sync/util/cryptographer.h" |