| Index: sync/notifier/invalidation_notifier.h
|
| diff --git a/sync/notifier/invalidation_notifier.h b/sync/notifier/invalidation_notifier.h
|
| index 471beba0f0c7dbbac59ec808a8dab03e64bb87c1..09423649a6c2444af70c896e4f78df3436969e78 100644
|
| --- a/sync/notifier/invalidation_notifier.h
|
| +++ b/sync/notifier/invalidation_notifier.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.
|
| //
|
| @@ -18,6 +18,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
| +#include "sync/base/sync_export.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
| #include "sync/internal_api/public/util/weak_handle.h"
|
| #include "sync/notifier/invalidation_state_tracker.h"
|
| @@ -33,7 +34,7 @@ namespace syncer {
|
|
|
| // This class must live on the IO thread.
|
| // TODO(dcheng): Think of a name better than InvalidationInvalidator.
|
| -class InvalidationNotifier
|
| +class SYNC_EXPORT_PRIVATE InvalidationNotifier
|
| : public Invalidator,
|
| public SyncInvalidationListener::Delegate,
|
| public base::NonThreadSafe {
|
|
|