Chromium Code Reviews| Index: chrome/common/application_urls.cc |
| diff --git a/ios/web/web_state/credential.cc b/chrome/common/application_urls.cc |
| similarity index 51% |
| copy from ios/web/web_state/credential.cc |
| copy to chrome/common/application_urls.cc |
| index f7c08cc09732991d5c20b63e2cfc15056536d9d3..8123037923de076b906673b4b00eb28b7157c54d 100644 |
| --- a/ios/web/web_state/credential.cc |
| +++ b/chrome/common/application_urls.cc |
| @@ -2,12 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "ios/web/public/web_state/credential.h" |
| +#include "chrome/common/application_urls.h" |
| -namespace web { |
| +namespace application_urls { |
| -Credential::Credential() = default; |
| +const char kProxyResolver[] = "system:proxy_resolver"; |
|
xhwang
2015/05/13 04:36:20
what's the naming convention for this? In html_vie
|
| -Credential::~Credential() = default; |
| - |
| -} // namespace web |
| +} // namespace application_urls |