Index: components/sync/base/report_unrecoverable_error.cc |
diff --git a/components/sync/driver/glue/chrome_report_unrecoverable_error.cc b/components/sync/base/report_unrecoverable_error.cc |
similarity index 84% |
rename from components/sync/driver/glue/chrome_report_unrecoverable_error.cc |
rename to components/sync/base/report_unrecoverable_error.cc |
index 484421c507844943a49334bc71ce05d7069ecfe7..04e5f58ffd0d04e7fe97f2417ee7b766d5050ac5 100644 |
--- a/components/sync/driver/glue/chrome_report_unrecoverable_error.cc |
+++ b/components/sync/base/report_unrecoverable_error.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/sync/driver/glue/chrome_report_unrecoverable_error.h" |
+#include "components/sync/base/report_unrecoverable_error.h" |
#include "base/debug/dump_without_crashing.h" |
#include "base/rand_util.h" |
namespace syncer { |
-void ChromeReportUnrecoverableError(version_info::Channel channel) { |
+void ReportUnrecoverableError(version_info::Channel channel) { |
// Only upload on canary/dev builds to avoid overwhelming crash server. |
if (channel != version_info::Channel::CANARY && |
channel != version_info::Channel::DEV) { |