| Index: chrome/browser/sync/util/unrecoverable_error_handler.h
|
| diff --git a/chrome/browser/sync/unrecoverable_error_handler.h b/chrome/browser/sync/util/unrecoverable_error_handler.h
|
| similarity index 80%
|
| rename from chrome/browser/sync/unrecoverable_error_handler.h
|
| rename to chrome/browser/sync/util/unrecoverable_error_handler.h
|
| index 6274279c1e0be1fb8e2a38928779ce093d76c71c..711478a6694afb363d7d5e7e043f97d21f44b3ed 100644
|
| --- a/chrome/browser/sync/unrecoverable_error_handler.h
|
| +++ b/chrome/browser/sync/util/unrecoverable_error_handler.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_UNRECOVERABLE_ERROR_HANDLER_H_
|
| -#define CHROME_BROWSER_SYNC_UNRECOVERABLE_ERROR_HANDLER_H_
|
| +#ifndef CHROME_BROWSER_SYNC_UTIL_UNRECOVERABLE_ERROR_HANDLER_H_
|
| +#define CHROME_BROWSER_SYNC_UTIL_UNRECOVERABLE_ERROR_HANDLER_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -26,4 +26,4 @@ class UnrecoverableErrorHandler {
|
|
|
| }
|
|
|
| -#endif // CHROME_BROWSER_SYNC_UNRECOVERABLE_ERROR_HANDLER_H_
|
| +#endif // CHROME_BROWSER_SYNC_UTIL_UNRECOVERABLE_ERROR_HANDLER_H_
|
|
|