| Index: sync/util/report_unrecoverable_error_function.h
|
| diff --git a/chrome/browser/sync/internal_api/includes/report_unrecoverable_error_function.h b/sync/util/report_unrecoverable_error_function.h
|
| similarity index 66%
|
| rename from chrome/browser/sync/internal_api/includes/report_unrecoverable_error_function.h
|
| rename to sync/util/report_unrecoverable_error_function.h
|
| index c2b56316506372e1b3c1adc92622882c46283fb1..ead73f0d67dff2a01581b787119347bec485f3d2 100644
|
| --- a/chrome/browser/sync/internal_api/includes/report_unrecoverable_error_function.h
|
| +++ b/sync/util/report_unrecoverable_error_function.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_INTERNAL_API_INCLUDES_REPORT_UNRECOVERABLE_ERROR_FUNCTION_H_
|
| -#define CHROME_BROWSER_SYNC_INTERNAL_API_INCLUDES_REPORT_UNRECOVERABLE_ERROR_FUNCTION_H_
|
| +#ifndef SYNC_UTIL_REPORT_UNRECOVERABLE_ERROR_FUNCTION_H_
|
| +#define SYNC_UTIL_REPORT_UNRECOVERABLE_ERROR_FUNCTION_H_
|
| #pragma once
|
|
|
| namespace browser_sync {
|
| @@ -16,4 +16,4 @@ typedef void (*ReportUnrecoverableErrorFunction)(void);
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_INTERNAL_API_INCLUDES_REPORT_UNRECOVERABLE_ERROR_FUNCTION_H_
|
| +#endif // SYNC_UTIL_REPORT_UNRECOVERABLE_ERROR_FUNCTION_H_
|
|
|