Index: sync/engine/process_updates_command.cc |
diff --git a/sync/engine/process_updates_command.cc b/sync/engine/process_updates_command.cc |
index 15a14cb54cc64e7bb517e7c6e4dff8ec53886c15..87533c58b06d15928df3f2a9fb2bd2075843ed57 100644 |
--- a/sync/engine/process_updates_command.cc |
+++ b/sync/engine/process_updates_command.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. |
@@ -16,7 +16,7 @@ |
#include "sync/syncable/mutable_entry.h" |
#include "sync/syncable/syncable_proto_util.h" |
#include "sync/syncable/syncable_util.h" |
-#include "sync/syncable/write_transaction.h" |
+#include "sync/syncable/syncable_write_transaction.h" |
#include "sync/util/cryptographer.h" |
// TODO(vishwath): Remove this include after node positions have |