Index: sync/internal_api/test/test_entry_factory.cc |
diff --git a/sync/internal_api/test/test_entry_factory.cc b/sync/internal_api/test/test_entry_factory.cc |
index f57841253c9ef086a86e2ec2c42cd4ae5a868877..8e6b2b346c9383f6e8e95affaf80a8e87d67f568 100644 |
--- a/sync/internal_api/test/test_entry_factory.cc |
+++ b/sync/internal_api/test/test_entry_factory.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. |
@@ -7,9 +7,9 @@ |
#include "sync/syncable/directory.h" |
#include "sync/syncable/entry.h" |
#include "sync/syncable/mutable_entry.h" |
-#include "sync/syncable/read_transaction.h" |
#include "sync/syncable/syncable_id.h" |
-#include "sync/syncable/write_transaction.h" |
+#include "sync/syncable/syncable_read_transaction.h" |
+#include "sync/syncable/syncable_write_transaction.h" |
#include "sync/test/engine/test_id_factory.h" |
using std::string; |