| Index: sync/syncable/mutable_entry.cc
|
| diff --git a/sync/syncable/mutable_entry.cc b/sync/syncable/mutable_entry.cc
|
| index 5090ad1a9116739a00d89ae6f6952ec9c765acaa..143881d52bd8bbdbcc0f342905bf249163b16274 100644
|
| --- a/sync/syncable/mutable_entry.cc
|
| +++ b/sync/syncable/mutable_entry.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.
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "sync/syncable/syncable-inl.h"
|
| #include "sync/syncable/syncable_changes_version.h"
|
| #include "sync/syncable/syncable_util.h"
|
| -#include "sync/syncable/write_transaction.h"
|
| +#include "sync/syncable/syncable_write_transaction.h"
|
|
|
| using std::string;
|
|
|
|
|