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

Unified Diff: components/webcrypto/algorithms/test_helpers.cc

Issue 1304063015: [refactor] Rename the webcrypto/openssl and webcrypto/test directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jwk_refactor
Patch Set: Created 5 years, 3 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
Index: components/webcrypto/algorithms/test_helpers.cc
diff --git a/components/webcrypto/test/test_helpers.cc b/components/webcrypto/algorithms/test_helpers.cc
similarity index 99%
rename from components/webcrypto/test/test_helpers.cc
rename to components/webcrypto/algorithms/test_helpers.cc
index 935c9442516a481a4fdbcd1cc32f6b3ac52ecc6c..af1a7112a68bd9aaa0edfcaeee6808edfca6f42c 100644
--- a/components/webcrypto/test/test_helpers.cc
+++ b/components/webcrypto/algorithms/test_helpers.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/webcrypto/test/test_helpers.h"
+#include "components/webcrypto/algorithms/test_helpers.h"
#include <algorithm>

Powered by Google App Engine
This is Rietveld 408576698