| Index: Source/web/WebPasswordFormData.cpp
|
| diff --git a/Source/web/WebPasswordFormData.cpp b/Source/web/WebPasswordFormData.cpp
|
| index 4b03d8566915b3b8ac022e8acfa04768dd0680e2..3312c33cc43bb865cad3fb2483453ec76e179934 100644
|
| --- a/Source/web/WebPasswordFormData.cpp
|
| +++ b/Source/web/WebPasswordFormData.cpp
|
| @@ -42,7 +42,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -176,4 +176,4 @@ WebPasswordFormData::WebPasswordFormData(const WebFormElement& webForm)
|
| oldPassword, password, this);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|