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

Unified Diff: public/platform/WebArrayBuffer.h

Issue 19082002: WebCrypto: Add SHA-1 support to crypto.subtle.digest(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove an extra newline Created 7 years, 5 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 | « public/platform/Platform.h ('k') | public/platform/WebCrypto.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebArrayBuffer.h
diff --git a/public/web/WebArrayBuffer.h b/public/platform/WebArrayBuffer.h
similarity index 97%
copy from public/web/WebArrayBuffer.h
copy to public/platform/WebArrayBuffer.h
index ecee122193e331fac5e9b73dc191f54e7064753f..aee4b0b8e6629564f317da963bd0170706a89f72 100644
--- a/public/web/WebArrayBuffer.h
+++ b/public/platform/WebArrayBuffer.h
@@ -31,8 +31,8 @@
#ifndef WebArrayBuffer_h
#define WebArrayBuffer_h
-#include "../platform/WebCommon.h"
-#include "../platform/WebPrivatePtr.h"
+#include "WebCommon.h"
+#include "WebPrivatePtr.h"
namespace v8 {
class Value;
« no previous file with comments | « public/platform/Platform.h ('k') | public/platform/WebCrypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698