Chromium Code Reviews| Index: sync/base/sync_export.h |
| diff --git a/sync/base/sync_export.h b/sync/base/sync_export.h |
| index a38e8b23a365e01b1bee96c4985e07fa6f28a740..59dfca2b5e4cf55afcc550f7631e84ff8006f2df 100644 |
| --- a/sync/base/sync_export.h |
| +++ b/sync/base/sync_export.h |
| @@ -1,12 +1,11 @@ |
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| +// Copyright 2013 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. |
| #ifndef SYNC_SYNC_EXPORT_H_ |
| #define SYNC_SYNC_EXPORT_H_ |
| -// TODO(akalin): Remove '0 && ' when sync becomes a component. |
| -#if 0 && defined(COMPONENT_BUILD) |
| +#if defined(COMPONENT_BUILD) |
|
tim (not reviewing)
2013/01/22 23:29:59
Can we add a comment here that explains when to us
Raghu Simha
2013/01/23 03:43:46
Done.
|
| #if defined(WIN32) |
| #if defined(SYNC_IMPLEMENTATION) |