Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: components/sync/engine/attachments/attachment_uploader.h

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/engine/attachments/attachment_uploader.h
diff --git a/components/sync/engine/attachments/attachment_uploader.h b/components/sync/engine/attachments/attachment_uploader.h
index 304c40cf05d2f1151ffe4c6f2bd564da77e1ebc9..e5c93e567d0cc573177bd48b6ba3477cd914762b 100644
--- a/components/sync/engine/attachments/attachment_uploader.h
+++ b/components/sync/engine/attachments/attachment_uploader.h
@@ -9,8 +9,8 @@
#include <string>
#include "base/callback.h"
-#include "components/sync/api/attachments/attachment.h"
#include "components/sync/base/model_type.h"
+#include "components/sync/model/attachments/attachment.h"
#include "google_apis/gaia/oauth2_token_service_request.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698