| Index: chrome/browser/sync/internal_api/read_node.h
|
| diff --git a/chrome/browser/sync/internal_api/read_node.h b/chrome/browser/sync/internal_api/read_node.h
|
| index 5e716d367e53d0063e189d6f0f8a6147fe3a7cc7..2dd90a5aa9a5a43bba7a719861692c7c22410785 100644
|
| --- a/chrome/browser/sync/internal_api/read_node.h
|
| +++ b/chrome/browser/sync/internal_api/read_node.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.
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "chrome/browser/sync/internal_api/base_node.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| +#include "sync/syncable/model_type.h"
|
|
|
| namespace sync_api {
|
|
|
|
|