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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp

Issue 2801083003: Rewrite references to "wtf/" to "platform/wtf/" in modules. (Closed)
Patch Set: Rebase again^3. Will try landing directly. Created 3 years, 8 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: third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
index 3ab31cc9052c6a4ecd1a4bc32d57986103958a0b..80b1a5d905f2bc06290812299e7db577c504b104 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
@@ -25,6 +25,7 @@
#include "modules/encryptedmedia/MediaKeys.h"
+#include <memory>
#include "bindings/core/v8/ScriptPromise.h"
#include "bindings/core/v8/ScriptState.h"
#include "bindings/core/v8/V8ThrowException.h"
@@ -39,9 +40,8 @@
#include "modules/encryptedmedia/MediaKeySession.h"
#include "platform/InstanceCounters.h"
#include "platform/Timer.h"
+#include "platform/wtf/RefPtr.h"
#include "public/platform/WebContentDecryptionModule.h"
-#include "wtf/RefPtr.h"
-#include <memory>
#define MEDIA_KEYS_LOG_LEVEL 3

Powered by Google App Engine
This is Rietveld 408576698