| Index: sync/util/unrecoverable_error_info.cc
|
| diff --git a/chrome/browser/sync/util/unrecoverable_error_info.cc b/sync/util/unrecoverable_error_info.cc
|
| similarity index 87%
|
| rename from chrome/browser/sync/util/unrecoverable_error_info.cc
|
| rename to sync/util/unrecoverable_error_info.cc
|
| index 579eb38f458c6051b42fe7c5d2e0decd89785af2..617f1a5718706c63f6db8e727353ae5794ef334b 100644
|
| --- a/chrome/browser/sync/util/unrecoverable_error_info.cc
|
| +++ b/sync/util/unrecoverable_error_info.cc
|
| @@ -1,8 +1,8 @@
|
| -// 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.
|
|
|
| -#include "chrome/browser/sync/util/unrecoverable_error_info.h"
|
| +#include "sync/util/unrecoverable_error_info.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|