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

Unified Diff: components/sync/base/syncer_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/base/sync_string_conversions.h ('k') | components/sync/base/time.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/syncer_error.h
diff --git a/components/sync/base/syncer_error.h b/components/sync/base/syncer_error.h
index e6c73a04f27b0c7dcd74c89baa81e9d236180db8..99f13882828b3fad4ec5762ac203fa7bfc7702ed 100644
--- a/components/sync/base/syncer_error.h
+++ b/components/sync/base/syncer_error.h
@@ -5,8 +5,6 @@
#ifndef COMPONENTS_SYNC_BASE_SYNCER_ERROR_H_
#define COMPONENTS_SYNC_BASE_SYNCER_ERROR_H_
-#include "components/sync/base/sync_export.h"
-
namespace syncer {
// This enum describes all the possible results of a sync cycle.
@@ -42,7 +40,7 @@ enum SyncerError {
SYNCER_OK
};
-SYNC_EXPORT const char* GetSyncerErrorString(SyncerError);
+const char* GetSyncerErrorString(SyncerError);
// Helper to check that |error| is set to something (not UNSET) and is not
// SYNCER_OK.
« no previous file with comments | « components/sync/base/sync_string_conversions.h ('k') | components/sync/base/time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698