| Index: chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| diff --git a/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc b/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| index e7a81d46a6b479a3a09b579a832e28faa40e2250..fc8f705a6fbefdaa8a18f798d3beb6794258b54d 100644
|
| --- a/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| +++ b/chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc
|
| @@ -33,5 +33,5 @@ LocalDiscoveryUI::LocalDiscoveryUI(content::WebUI* web_ui)
|
|
|
| // TODO(gene): Use LocalDiscoveryUIHandler to send updated to the devices
|
| // page. For example
|
| - // web_ui->AddMessageHandler(new LocalDiscoveryUIHandler());
|
| + web_ui->AddMessageHandler(new local_discovery::LocalDiscoveryUIHandler());
|
| }
|
|
|