| Index: content/child/webcrypto/webcrypto_util.h
|
| diff --git a/content/renderer/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h
|
| similarity index 97%
|
| rename from content/renderer/webcrypto/webcrypto_util.h
|
| rename to content/child/webcrypto/webcrypto_util.h
|
| index eaffc3639e4afce811a18defbe07daf3f3b09b4d..cd17f50c8a238a45620d963e1bb7b5cf2c5a91b8 100644
|
| --- a/content/renderer/webcrypto/webcrypto_util.h
|
| +++ b/content/child/webcrypto/webcrypto_util.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_WEBCRYPTO_WEBCRYPTO_UTIL_H_
|
| -#define CONTENT_RENDERER_WEBCRYPTO_WEBCRYPTO_UTIL_H_
|
| +#ifndef CONTENT_CHILD_WEBCRYPTO_WEBCRYPTO_UTIL_H_
|
| +#define CONTENT_CHILD_WEBCRYPTO_WEBCRYPTO_UTIL_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| #include "base/basictypes.h"
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebArrayBuffer.h"
|
| -#include "third_party/WebKit/public/platform/WebCrypto.h" // TODO(eroman): delete
|
| +#include "third_party/WebKit/public/platform/WebCrypto.h" // TODO(eroman): delete
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithm.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoKey.h"
|
|
|
| @@ -246,4 +246,4 @@ bool CreateSecretKeyAlgorithm(const blink::WebCryptoAlgorithm& algorithm,
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_WEBCRYPTO_WEBCRYPTO_UTIL_H_
|
| +#endif // CONTENT_CHILD_WEBCRYPTO_WEBCRYPTO_UTIL_H_
|
|
|