| Index: chrome/browser/ui/gtk/browser_toolbar_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/browser_toolbar_gtk.cc (revision 71854)
|
| +++ chrome/browser/ui/gtk/browser_toolbar_gtk.cc (working copy)
|
| @@ -424,7 +424,7 @@
|
| static const int targets[] = { ui::TEXT_PLAIN, ui::TEXT_URI_LIST, -1 };
|
| ui::SetDestTargetList(home_->widget(), targets);
|
|
|
| - drop_handler_.reset(new GtkSignalRegistrar());
|
| + drop_handler_.reset(new ui::GtkSignalRegistrar());
|
| drop_handler_->Connect(home_->widget(), "drag-data-received",
|
| G_CALLBACK(OnDragDataReceivedThunk), this);
|
| } else {
|
|
|