| Index: sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| diff --git a/sync/internal_api/sync_encryption_handler_impl_unittest.cc b/sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| index 74bf0e42e4ac6b06ecbab2ccea23254610ad0216..872e42375162051bb7b556d0b805e5926a982786 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| +++ b/sync/internal_api/sync_encryption_handler_impl_unittest.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.
|
|
|
| @@ -21,7 +21,7 @@
|
| #include "sync/protocol/sync.pb.h"
|
| #include "sync/syncable/entry.h"
|
| #include "sync/syncable/mutable_entry.h"
|
| -#include "sync/syncable/write_transaction.h"
|
| +#include "sync/syncable/syncable_write_transaction.h"
|
| #include "sync/test/engine/test_id_factory.h"
|
| #include "sync/test/fake_encryptor.h"
|
| #include "sync/util/cryptographer.h"
|
|
|