Index: sync/js/js_arg_list.h |
diff --git a/sync/js/js_arg_list.h b/sync/js/js_arg_list.h |
index 0762c562bdec7f945351c01d578058551efc2117..72793e925362aae14f8a72646fdfc29183f060a5 100644 |
--- a/sync/js/js_arg_list.h |
+++ b/sync/js/js_arg_list.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. |
@@ -10,13 +10,14 @@ |
#include <string> |
#include "base/values.h" |
+#include "sync/base/sync_export.h" |
#include "sync/internal_api/public/util/immutable.h" |
namespace syncer { |
// A thin wrapper around Immutable<ListValue>. Used for passing |
// around argument lists to different threads. |
-class JsArgList { |
+class SYNC_EXPORT JsArgList { |
public: |
// Uses an empty argument list. |
JsArgList(); |