| Index: chrome/browser/sync/backend_unrecoverable_error_handler.h
|
| diff --git a/chrome/browser/sync/backend_unrecoverable_error_handler.h b/chrome/browser/sync/backend_unrecoverable_error_handler.h
|
| index d03426cbbb86677a97e4672d4daa5b2ddb1bc822..b9f8d184400ab83ec48927ad2969d3df6a88c5b7 100644
|
| --- a/chrome/browser/sync/backend_unrecoverable_error_handler.h
|
| +++ b/chrome/browser/sync/backend_unrecoverable_error_handler.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,8 +11,8 @@
|
| #include "base/location.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|
| -#include "chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h"
|
| -#include "chrome/browser/sync/util/weak_handle.h"
|
| +#include "sync/util/unrecoverable_error_handler.h"
|
| +#include "sync/util/weak_handle.h"
|
|
|
| class ProfileSyncService;
|
| namespace browser_sync {
|
|
|