Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: components/webcrypto/status.cc

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/webcrypto/status.h ('k') | components/webcrypto/test/aes_cbc_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/webcrypto/status.h ('k') | components/webcrypto/test/aes_cbc_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698