| Index: components/sync/model/attachments/attachment.cc
|
| diff --git a/components/sync/api/attachments/attachment.cc b/components/sync/model/attachments/attachment.cc
|
| similarity index 95%
|
| rename from components/sync/api/attachments/attachment.cc
|
| rename to components/sync/model/attachments/attachment.cc
|
| index ed10b72b2bc096a1be776e1e2633bf9423959955..312b5a59f029da4374e18ab2d071eef951c9eb10 100644
|
| --- a/components/sync/api/attachments/attachment.cc
|
| +++ b/components/sync/model/attachments/attachment.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/sync/api/attachments/attachment.h"
|
| +#include "components/sync/model/attachments/attachment.h"
|
|
|
| #include "base/logging.h"
|
| #include "components/sync/engine/attachments/attachment_util.h"
|
|
|