Index: sync/engine/build_commit_command.cc |
diff --git a/sync/engine/build_commit_command.cc b/sync/engine/build_commit_command.cc |
index bfa5b9c18e04331fa809830e50a828eda76bc308..7ecf152cc18c95549a674ff2c9f1a0d738e0a661 100644 |
--- a/sync/engine/build_commit_command.cc |
+++ b/sync/engine/build_commit_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. |
@@ -19,7 +19,7 @@ |
#include "sync/syncable/mutable_entry.h" |
#include "sync/syncable/syncable_changes_version.h" |
#include "sync/syncable/syncable_proto_util.h" |
-#include "sync/syncable/write_transaction.h" |
+#include "sync/syncable/syncable_write_transaction.h" |
#include "sync/util/time.h" |
// TODO(vishwath): Remove this include after node positions have |