| Index: chrome/browser/sync/glue/bookmark_model_associator.cc
|
| diff --git a/chrome/browser/sync/glue/bookmark_model_associator.cc b/chrome/browser/sync/glue/bookmark_model_associator.cc
|
| index bac5dad899d2a1399628f5bb8660c9ff0401d432..5029a9883805102f8fe312a3e9676d5ce76a82e0 100644
|
| --- a/chrome/browser/sync/glue/bookmark_model_associator.cc
|
| +++ b/chrome/browser/sync/glue/bookmark_model_associator.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -22,7 +22,7 @@
|
| #include "sync/internal_api/public/read_transaction.h"
|
| #include "sync/internal_api/public/write_node.h"
|
| #include "sync/internal_api/public/write_transaction.h"
|
| -#include "sync/syncable/write_transaction.h"
|
| +#include "sync/syncable/syncable_write_transaction.h"
|
| #include "sync/util/cryptographer.h"
|
| #include "sync/util/data_type_histogram.h"
|
|
|
|
|