| Index: chrome/browser/sync/glue/data_type_error_handler.h
|
| diff --git a/chrome/browser/sync/glue/data_type_error_handler.h b/chrome/browser/sync/glue/data_type_error_handler.h
|
| index 11aef8458dc75ba3fa454e19a66c0ca93ef27125..bea93f7c9ee724dec2021d9700f768a454c0b5b5 100644
|
| --- a/chrome/browser/sync/glue/data_type_error_handler.h
|
| +++ b/chrome/browser/sync/glue/data_type_error_handler.h
|
| @@ -15,7 +15,7 @@
|
|
|
| namespace browser_sync {
|
|
|
| -class DataTypeErrorHandler : public UnrecoverableErrorHandler {
|
| +class DataTypeErrorHandler {
|
| public:
|
| // Call this to disable a datatype while it is running. This is usually
|
| // called for a runtime failure that is specific to a datatype.
|
| @@ -37,4 +37,3 @@ class DataTypeErrorHandler : public UnrecoverableErrorHandler {
|
|
|
| } // namespace browser_sync
|
| #endif // CHROME_BROWSER_SYNC_GLUE_DATA_TYPE_ERROR_HANDLER_H__
|
| -
|
|
|