Index: chrome/browser/sync/glue/session_model_associator.h |
diff --git a/chrome/browser/sync/glue/session_model_associator.h b/chrome/browser/sync/glue/session_model_associator.h |
index e87dd17b1426c9e16579b04a6898b15d0f88d9db..76a1fb8f1a2e9cc95b79b0bea99efe0b6af78eef 100644 |
--- a/chrome/browser/sync/glue/session_model_associator.h |
+++ b/chrome/browser/sync/glue/session_model_associator.h |
@@ -433,8 +433,9 @@ class SessionModelAssociator |
// Callback method to store a tab's favicon into its sync node once it becomes |
// available. Does nothing if no favicon data was available. |
- void OnFaviconDataAvailable(FaviconService::Handle handle, |
- history::FaviconData favicon); |
+ void OnFaviconDataAvailable( |
+ FaviconService::Handle handle, |
+ const history::FaviconBitmapResult& bitmap_result); |
// Used to populate a session header from the session specifics header |
// provided. |