Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index b607cbaa40722dd3ea3de919f29ce91b90058cdd..a8eba97e60d3efc9cada96ce5b6f7e69b655ea07 100644 |
--- a/content/child/blink_platform_impl.h |
+++ b/content/child/blink_platform_impl.h |
@@ -9,7 +9,7 @@ |
#include "base/threading/thread_local_storage.h" |
#include "base/timer/timer.h" |
#include "base/trace_event/trace_event.h" |
-#include "content/child/webcrypto/webcrypto_impl.h" |
+#include "components/webcrypto/webcrypto_impl.h" |
#include "content/child/webfallbackthemeengine_impl.h" |
#include "content/common/content_export.h" |
#include "third_party/WebKit/public/platform/Platform.h" |
@@ -193,7 +193,7 @@ class CONTENT_EXPORT BlinkPlatformImpl |
bool shared_timer_fire_time_was_set_while_suspended_; |
int shared_timer_suspended_; // counter |
base::ThreadLocalStorage::Slot current_thread_slot_; |
- WebCryptoImpl web_crypto_; |
+ components::webcrypto::WebCryptoImpl web_crypto_; |
scoped_ptr<WebGeofencingProviderImpl> geofencing_provider_; |
scoped_ptr<WebBluetoothImpl> bluetooth_; |