Index: components/webcrypto/algorithm_implementation.h |
diff --git a/content/child/webcrypto/algorithm_implementation.h b/components/webcrypto/algorithm_implementation.h |
similarity index 99% |
rename from content/child/webcrypto/algorithm_implementation.h |
rename to components/webcrypto/algorithm_implementation.h |
index d1fb28232b7d53c8637dd5ffca99abf04c1fa193..68261e568d0e6582e629ebee9fe2d18504d7dbc6 100644 |
--- a/content/child/webcrypto/algorithm_implementation.h |
+++ b/components/webcrypto/algorithm_implementation.h |
@@ -11,7 +11,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "third_party/WebKit/public/platform/WebCrypto.h" |
-namespace content { |
+namespace components { |
jam
2015/04/14 14:47:12
the convention for code in components\foo\ is that
|
namespace webcrypto { |
@@ -221,6 +221,6 @@ class AlgorithmImplementation { |
} // namespace webcrypto |
-} // namespace content |
+} // namespace components |
#endif // CONTENT_CHILD_WEBCRYPTO_ALGORITHM_IMPLEMENTATION_H_ |