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

Unified Diff: components/sync/engine/attachments/fake_attachment_uploader_unittest.cc

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/fake_attachment_uploader_unittest.cc
diff --git a/components/sync/engine/attachments/fake_attachment_uploader_unittest.cc b/components/sync/engine/attachments/fake_attachment_uploader_unittest.cc
index 71691fb9220c524f671c8bf91db942f8b55c44ad..5f3f3f7e007a403e2bc30bfaa6c52efc8a5009ed 100644
--- a/components/sync/engine/attachments/fake_attachment_uploader_unittest.cc
+++ b/components/sync/engine/attachments/fake_attachment_uploader_unittest.cc
@@ -8,7 +8,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/ref_counted_memory.h"
#include "base/run_loop.h"
-#include "components/sync/api/attachments/attachment.h"
+#include "components/sync/model/attachments/attachment.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {

Powered by Google App Engine
This is Rietveld 408576698