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

Unified Diff: components/sync/base/sync_export.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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
« no previous file with comments | « components/sync/base/sync_db_util.h ('k') | components/sync/base/sync_string_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/sync_export.h
diff --git a/sync/base/sync_export.h b/components/sync/base/sync_export.h
similarity index 90%
rename from sync/base/sync_export.h
rename to components/sync/base/sync_export.h
index 15f41347acec72a2d9eb18bcb6ec540411f5910d..1260e25b1e5422590e75f503e3dbbf76ced88b62 100644
--- a/sync/base/sync_export.h
+++ b/components/sync/base/sync_export.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_SYNC_EXPORT_H_
-#define SYNC_SYNC_EXPORT_H_
+#ifndef COMPONENTS_SYNC_SYNC_EXPORT_H_
+#define COMPONENTS_SYNC_SYNC_EXPORT_H_
#if defined(COMPONENT_BUILD)
#if defined(WIN32)
@@ -39,4 +39,4 @@
#define SYNC_EXPORT_PRIVATE
#endif
-#endif // SYNC_SYNC_EXPORT_H_
+#endif // COMPONENTS_SYNC_SYNC_EXPORT_H_
« no previous file with comments | « components/sync/base/sync_db_util.h ('k') | components/sync/base/sync_string_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698