| Index: ios/web/public/web_state/js/credential_util.h
|
| diff --git a/ios/web/web_state/js/credential_util.h b/ios/web/public/web_state/js/credential_util.h
|
| similarity index 89%
|
| rename from ios/web/web_state/js/credential_util.h
|
| rename to ios/web/public/web_state/js/credential_util.h
|
| index 39230dec05c964c07952dc70b17c04c5aca2f4f9..f18b274ecfe9a2dfac034d1f0c80b05ea820b4d1 100644
|
| --- a/ios/web/web_state/js/credential_util.h
|
| +++ b/ios/web/public/web_state/js/credential_util.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef IOS_WEB_WEB_STATE_JS_CREDENTIAL_UTIL_H_
|
| -#define IOS_WEB_WEB_STATE_JS_CREDENTIAL_UTIL_H_
|
| +#ifndef IOS_WEB_PUBLIC_WEB_STATE_JS_CREDENTIAL_UTIL_H_
|
| +#define IOS_WEB_PUBLIC_WEB_STATE_JS_CREDENTIAL_UTIL_H_
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -44,4 +44,4 @@ void CredentialToDictionaryValue(const Credential& credential,
|
|
|
| } // namespace web
|
|
|
| -#endif // IOS_WEB_WEB_STATE_JS_CREDENTIAL_UTIL_H_
|
| +#endif // IOS_WEB_PUBLIC_WEB_STATE_JS_CREDENTIAL_UTIL_H_
|
|
|