| Index: chrome/browser/ui/views/frame/browser_root_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_root_view.cc (revision 91771)
|
| +++ chrome/browser/ui/views/frame/browser_root_view.cc (working copy)
|
| @@ -47,7 +47,7 @@
|
| ui::TextInputType text_input_type = text_input_client->GetTextInputType();
|
| if (text_input_type != ui::TEXT_INPUT_TYPE_NONE) {
|
| NotificationService::current()->Notify(
|
| - NotificationType::EDITABLE_ELEMENT_TOUCHED,
|
| + chrome::EDITABLE_ELEMENT_TOUCHED,
|
| Source<View>(this),
|
| Details<ui::TextInputType>(&text_input_type));
|
| }
|
|
|