| Index: ios/web/public/ssl_status.cc
|
| diff --git a/content/public/common/ssl_status.cc b/ios/web/public/ssl_status.cc
|
| similarity index 68%
|
| copy from content/public/common/ssl_status.cc
|
| copy to ios/web/public/ssl_status.cc
|
| index 4b114aca45325c42b310b3df4f042a7daaaa9472..4957e7e20712a18110a399df988426ec759b491c 100644
|
| --- a/content/public/common/ssl_status.cc
|
| +++ b/ios/web/public/ssl_status.cc
|
| @@ -1,10 +1,10 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright 2014 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/public/common/ssl_status.h"
|
| +#include "ios/web/public/ssl_status.h"
|
|
|
| -namespace content {
|
| +namespace web {
|
|
|
| SSLStatus::SSLStatus()
|
| : security_style(SECURITY_STYLE_UNKNOWN),
|
| @@ -17,4 +17,4 @@ SSLStatus::SSLStatus()
|
|
|
| SSLStatus::~SSLStatus() {}
|
|
|
| -} // namespace content
|
| +} // namespace web
|
|
|