| 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..54efffe82dd2b83b75216fd8e4b29859edfe1a5c 100644
|
| --- a/content/child/webcrypto/status.cc
|
| +++ b/components/webcrypto/status.cc
|
| @@ -2,13 +2,11 @@
|
| // 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 webcrypto {
|
|
|
| bool Status::IsError() const {
|
| @@ -364,5 +362,3 @@ Status::Status(Type type) : type_(type) {
|
| }
|
|
|
| } // namespace webcrypto
|
| -
|
| -} // namespace content
|
|
|