| Index: sync/engine/commit.cc
|
| diff --git a/sync/engine/commit.cc b/sync/engine/commit.cc
|
| index 49443e9db2a681c24046df5e65a3a29c8ecd7b3e..59dbc2da0f84c92a0a152aa2c6198fe9641baa1a 100644
|
| --- a/sync/engine/commit.cc
|
| +++ b/sync/engine/commit.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.
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "sync/engine/syncer_proto_util.h"
|
| #include "sync/sessions/sync_session.h"
|
| #include "sync/syncable/mutable_entry.h"
|
| -#include "sync/syncable/write_transaction.h"
|
| +#include "sync/syncable/syncable_write_transaction.h"
|
|
|
| namespace syncer {
|
|
|
|
|