| Index: chrome/browser/sync/api/syncable_service.h
|
| diff --git a/chrome/browser/sync/api/syncable_service.h b/chrome/browser/sync/api/syncable_service.h
|
| index a2b021322c80bc699d3fc031f3b63fc142b3e9c6..6b5152bdeca04e3d49ba39337e48af2e4a528d25 100644
|
| --- a/chrome/browser/sync/api/syncable_service.h
|
| +++ b/chrome/browser/sync/api/syncable_service.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 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,10 +10,10 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| #include "chrome/browser/sync/api/sync_change_processor.h"
|
| #include "chrome/browser/sync/api/sync_data.h"
|
| #include "chrome/browser/sync/api/sync_error.h"
|
| +#include "sync/syncable/model_type.h"
|
|
|
| class SyncData;
|
|
|
|
|