Index: chrome/browser/sync/glue/bookmark_data_type_controller.h |
=================================================================== |
--- chrome/browser/sync/glue/bookmark_data_type_controller.h (revision 48898) |
+++ chrome/browser/sync/glue/bookmark_data_type_controller.h (working copy) |
@@ -5,6 +5,8 @@ |
#ifndef CHROME_BROWSER_SYNC_GLUE_BOOKMARK_DATA_TYPE_CONTROLLER_H__ |
#define CHROME_BROWSER_SYNC_GLUE_BOOKMARK_DATA_TYPE_CONTROLLER_H__ |
+#include <string> |
+ |
#include "base/basictypes.h" |
#include "base/scoped_ptr.h" |
#include "chrome/browser/sync/glue/data_type_controller.h" |
@@ -60,7 +62,8 @@ |
} |
// UnrecoverableErrorHandler interface. |
- virtual void OnUnrecoverableError(); |
+ virtual void OnUnrecoverableError(const tracked_objects::Location& from_here, |
+ const std::string& message); |
// NotificationObserver interface. |
virtual void Observe(NotificationType type, |