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

Unified Diff: components/sync/syncable/invalid_directory_backing_store.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
Index: components/sync/syncable/invalid_directory_backing_store.h
diff --git a/components/sync/syncable/invalid_directory_backing_store.h b/components/sync/syncable/invalid_directory_backing_store.h
index 77270ae2c1d927f63d3db69ff8188e0fb3147216..cb5d5993f1ec3969c71042598af9d3f4c500a93a 100644
--- a/components/sync/syncable/invalid_directory_backing_store.h
+++ b/components/sync/syncable/invalid_directory_backing_store.h
@@ -6,14 +6,13 @@
#define COMPONENTS_SYNC_SYNCABLE_INVALID_DIRECTORY_BACKING_STORE_H_
#include "base/macros.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/syncable/directory_backing_store.h"
namespace syncer {
namespace syncable {
// A class used to test scenarios where loading a directory fails.
-class SYNC_EXPORT InvalidDirectoryBackingStore : public DirectoryBackingStore {
+class InvalidDirectoryBackingStore : public DirectoryBackingStore {
public:
InvalidDirectoryBackingStore();
~InvalidDirectoryBackingStore() override;
« no previous file with comments | « components/sync/syncable/in_memory_directory_backing_store.h ('k') | components/sync/syncable/model_neutral_mutable_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698