Index: sync/engine/download_updates_command.h |
diff --git a/sync/engine/download_updates_command.h b/sync/engine/download_updates_command.h |
index 8e79ac9f7a0024eb294b7eeb25a2ce085403d6cf..c87569592b96c2e1ee1cb6b13c19332014b1fbda 100644 |
--- a/sync/engine/download_updates_command.h |
+++ b/sync/engine/download_updates_command.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -37,7 +37,7 @@ namespace syncer { |
// downloaded for all enabled datatypes (i.e., until the server indicates |
// changes_remaining == 0 in the GetUpdates response), or until an error |
// is encountered. |
-class DownloadUpdatesCommand : public SyncerCommand { |
+class SYNC_EXPORT_PRIVATE DownloadUpdatesCommand : public SyncerCommand { |
public: |
// |create_mobile_bookmarks_folder| controls whether or not to |
// create the mobile bookmarks folder if it's not already created. |