| Index: chrome/browser/sync/api/sync_error.cc
|
| diff --git a/chrome/browser/sync/api/sync_error.cc b/chrome/browser/sync/api/sync_error.cc
|
| index 79ee2b3b37745b9f6ead599a86e4dda362da393b..b48e5bc2e5e36156efc000639351e1986862caef 100644
|
| --- a/chrome/browser/sync/api/sync_error.cc
|
| +++ b/chrome/browser/sync/api/sync_error.cc
|
| @@ -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.
|
|
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "base/location.h"
|
| #include "base/logging.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| +#include "sync/syncable/model_type.h"
|
|
|
| SyncError::SyncError() {
|
| Clear();
|
|
|