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

Unified Diff: sync/util/report_unrecoverable_error_function.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months 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
« no previous file with comments | « sync/util/protobuf_unittest.cc ('k') | sync/util/syncer_error.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/util/protobuf_unittest.cc ('k') | sync/util/syncer_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698