| Index: components/webcrypto/status.cc
|
| diff --git a/content/child/webcrypto/status.cc b/components/webcrypto/status.cc
|
| similarity index 99%
|
| rename from content/child/webcrypto/status.cc
|
| rename to components/webcrypto/status.cc
|
| index 861d27b3514db351118e644fe7b11081cd48eae3..e13074212e0cacb63394f21676f73452a6a329a6 100644
|
| --- a/content/child/webcrypto/status.cc
|
| +++ b/components/webcrypto/status.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/child/webcrypto/status.h"
|
| +#include "components/webcrypto/status.h"
|
|
|
| #include "base/format_macros.h"
|
| #include "base/strings/stringprintf.h"
|
|
|
| -namespace content {
|
| +namespace components {
|
|
|
| namespace webcrypto {
|
|
|
| @@ -365,4 +365,4 @@ Status::Status(Type type) : type_(type) {
|
|
|
| } // namespace webcrypto
|
|
|
| -} // namespace content
|
| +} // namespace components
|
|
|