Index: chrome/browser/ui/webui/sync_internals_ui.h |
=================================================================== |
--- chrome/browser/ui/webui/sync_internals_ui.h (revision 79468) |
+++ chrome/browser/ui/webui/sync_internals_ui.h (working copy) |
@@ -36,7 +36,7 @@ |
// TODO(akalin): Add a simple isSyncEnabled() message and make |
// getAboutInfo() be handled by the sync service. |
virtual void ProcessWebUIMessage( |
- const ViewHostMsg_DomMessage_Params& params); |
+ const ExtensionHostMsg_DomMessage_Params& params); |
// browser_sync::JsEventHandler implementation. |
virtual void HandleJsEvent(const std::string& name, |