| Index: sync/syncable/syncable_write_transaction.cc
|
| diff --git a/sync/syncable/write_transaction.cc b/sync/syncable/syncable_write_transaction.cc
|
| similarity index 98%
|
| rename from sync/syncable/write_transaction.cc
|
| rename to sync/syncable/syncable_write_transaction.cc
|
| index bbd9dc410e65d83aeece581a68a252642276dcdc..71fb289e4b434a3beed60c0f7dccf620bb7f4b02 100644
|
| --- a/sync/syncable/write_transaction.cc
|
| +++ b/sync/syncable/syncable_write_transaction.cc
|
| @@ -1,8 +1,8 @@
|
| -// 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.
|
|
|
| -#include "sync/syncable/write_transaction.h"
|
| +#include "sync/syncable/syncable_write_transaction.h"
|
|
|
| #include "sync/syncable/directory.h"
|
| #include "sync/syncable/directory_change_delegate.h"
|
|
|