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

Unified Diff: components/sync/api/sync_error.h

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 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/api/sync_data.h ('k') | components/sync/api/sync_error_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/sync_error.h
diff --git a/components/sync/api/sync_error.h b/components/sync/api/sync_error.h
index 91fc98ae96069e474e7fe3455c5cbc15fd0459fe..8800e619f696a98f8b00d4fdb04e3654d97840e3 100644
--- a/components/sync/api/sync_error.h
+++ b/components/sync/api/sync_error.h
@@ -10,7 +10,6 @@
#include <string>
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
namespace tracked_objects {
class Location;
@@ -21,7 +20,7 @@ namespace syncer {
// Sync errors are used for debug purposes and handled internally and/or
// exposed through Chrome's "about:sync" internal page.
// This class is copy-friendly and thread-safe.
-class SYNC_EXPORT SyncError {
+class SyncError {
public:
// Error types are used to distinguish general datatype errors (which result
// in the datatype being disabled) from actionable sync errors (which might
@@ -122,7 +121,7 @@ class SYNC_EXPORT SyncError {
};
// gmock printer helper.
-SYNC_EXPORT void PrintTo(const SyncError& sync_error, std::ostream* os);
+void PrintTo(const SyncError& sync_error, std::ostream* os);
} // namespace syncer
« no previous file with comments | « components/sync/api/sync_data.h ('k') | components/sync/api/sync_error_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698