Index: chrome/browser/sync/glue/session_model_associator.cc |
diff --git a/chrome/browser/sync/glue/session_model_associator.cc b/chrome/browser/sync/glue/session_model_associator.cc |
index ed516e8fac514b539276ca1d3da634683d3dabfc..a16dd8577e2300d8414ed0cd1e1759ee624ea000 100644 |
--- a/chrome/browser/sync/glue/session_model_associator.cc |
+++ b/chrome/browser/sync/glue/session_model_associator.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. |
@@ -41,8 +41,8 @@ |
#include "sync/internal_api/public/write_transaction.h" |
#include "sync/protocol/session_specifics.pb.h" |
#include "sync/syncable/directory.h" |
-#include "sync/syncable/read_transaction.h" |
-#include "sync/syncable/write_transaction.h" |
+#include "sync/syncable/syncable_read_transaction.h" |
+#include "sync/syncable/syncable_write_transaction.h" |
#include "ui/gfx/favicon_size.h" |
#if defined(OS_LINUX) |
#include "base/linux_util.h" |