Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6684)

Unified Diff: chrome/browser/sync/util/unrecoverable_error_handler.h

Issue 8804026: Move unrecoverable_error_handler file to util folder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698