| Index: chrome/browser/sync/glue/bookmark_model_worker.cc
|
| ===================================================================
|
| --- chrome/browser/sync/glue/bookmark_model_worker.cc (revision 30247)
|
| +++ chrome/browser/sync/glue/bookmark_model_worker.cc (working copy)
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#if defined(BROWSER_SYNC)
|
| -
|
| #include "chrome/browser/sync/glue/bookmark_model_worker.h"
|
|
|
| #include "base/message_loop.h"
|
| @@ -110,5 +108,3 @@
|
| }
|
|
|
| } // namespace browser_sync
|
| -
|
| -#endif // defined(BROWSER_SYNC)
|
|
|