| Index: third_party/WebKit/Source/modules/credentialmanager/PasswordCredentialTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredentialTest.cpp b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredentialTest.cpp
|
| index a83834e2583038e6673d1f74c91406d8179a96d4..0212cf0c91d33fffa3eb9c8fa02d22d9d3b5dc60 100644
|
| --- a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredentialTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredentialTest.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "modules/credentialmanager/PasswordCredential.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ExceptionCode.h"
|
| @@ -13,9 +14,8 @@
|
| #include "core/html/HTMLFormElement.h"
|
| #include "core/html/forms/FormController.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|