| Index: sync/syncable/syncable_util.cc
|
| diff --git a/sync/syncable/syncable_util.cc b/sync/syncable/syncable_util.cc
|
| index 1bfe6ff960bd98f6c1b97118da692c243d276c17..36d08d0146f6d6c175edb2732a93e4d4ede80a8e 100644
|
| --- a/sync/syncable/syncable_util.cc
|
| +++ b/sync/syncable/syncable_util.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.
|
|
|
| @@ -10,7 +10,7 @@
|
| #include "sync/syncable/entry.h"
|
| #include "sync/syncable/mutable_entry.h"
|
| #include "sync/syncable/syncable_id.h"
|
| -#include "sync/syncable/write_transaction.h"
|
| +#include "sync/syncable/syncable_write_transaction.h"
|
|
|
| namespace syncer {
|
| namespace syncable {
|
|
|