| Index: Source/web/AutofillPopupMenuClient.cpp
|
| diff --git a/Source/web/AutofillPopupMenuClient.cpp b/Source/web/AutofillPopupMenuClient.cpp
|
| index f6efddc0a04a66d1933ec492fece497886a4d465..f0be9fd845f887cb4c962a26952db8ddf0910f1c 100644
|
| --- a/Source/web/AutofillPopupMenuClient.cpp
|
| +++ b/Source/web/AutofillPopupMenuClient.cpp
|
| @@ -49,7 +49,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| AutofillPopupMenuClient::AutofillPopupMenuClient()
|
| : m_selectedIndex(-1)
|
| @@ -347,4 +347,4 @@ RenderStyle* AutofillPopupMenuClient::textFieldStyle() const
|
| return style;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|