| Index: chrome/browser/sync/glue/ui_model_worker.h
|
| diff --git a/chrome/browser/sync/glue/ui_model_worker.h b/chrome/browser/sync/glue/ui_model_worker.h
|
| index 6a338db8ad13053801d2c05067bf5cdaa3600843..5d0a97daf08ed50deb770218fa1faf30cc66e0ad 100644
|
| --- a/chrome/browser/sync/glue/ui_model_worker.h
|
| +++ b/chrome/browser/sync/glue/ui_model_worker.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -7,10 +7,9 @@
|
| #pragma once
|
|
|
| #include "base/callback.h"
|
| -#include "base/synchronization/lock.h"
|
| #include "base/synchronization/condition_variable.h"
|
| +#include "base/synchronization/lock.h"
|
| #include "base/task.h"
|
| -#include "chrome/browser/sync/engine/syncapi.h"
|
| #include "chrome/browser/sync/engine/model_safe_worker.h"
|
|
|
| namespace base {
|
|
|