Index: chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h |
diff --git a/chrome/browser/sync/unrecoverable_error_handler.h b/chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h |
similarity index 76% |
rename from chrome/browser/sync/unrecoverable_error_handler.h |
rename to chrome/browser/sync/internal_api/includes/unrecoverable_error_handler.h |
index 6274279c1e0be1fb8e2a38928779ce093d76c71c..64cbeb3f562a82fe47ea062b7aa794e5e05e7289 100644 |
--- a/chrome/browser/sync/unrecoverable_error_handler.h |
+++ b/chrome/browser/sync/internal_api/includes/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_INTERNAL_API_INCLUDES_UNRECOVERABLE_ERROR_HANDLER_H_ |
+#define CHROME_BROWSER_SYNC_INTERNAL_API_INCLUDES_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_INTERNAL_API_INCLUDES_UNRECOVERABLE_ERROR_HANDLER_H_ |