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

Unified Diff: components/sync/engine_impl/clear_server_data.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/engine_impl/backoff_delay_provider.h ('k') | components/sync/engine_impl/commit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/clear_server_data.h
diff --git a/components/sync/engine_impl/clear_server_data.h b/components/sync/engine_impl/clear_server_data.h
index f0e11ba959dd8bc430420212171c86d20308c084..74f57aa02626ae50a1a25fef9ceddaaec1335953 100644
--- a/components/sync/engine_impl/clear_server_data.h
+++ b/components/sync/engine_impl/clear_server_data.h
@@ -7,7 +7,6 @@
#include <string>
-#include "components/sync/base/sync_export.h"
#include "components/sync/base/syncer_error.h"
#include "components/sync/protocol/sync.pb.h"
@@ -22,7 +21,7 @@ class SyncSession;
// An instance of this class corresponds to a single operation and is
// responsible for building a request, sending it, and interpreting the
// response.
-class SYNC_EXPORT ClearServerData {
+class ClearServerData {
public:
explicit ClearServerData(const std::string& account_name);
~ClearServerData();
« no previous file with comments | « components/sync/engine_impl/backoff_delay_provider.h ('k') | components/sync/engine_impl/commit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698