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

Unified Diff: third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.cpp

Issue 2780403004: Create core/html/media/ and move auxiliary media files in it. (Closed)
Patch Set: actually add autoplay files Created 3 years, 9 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/core/html/media/AutoplayUmaHelperTest.cpp
diff --git a/third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp b/third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.cpp
similarity index 98%
rename from third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp
rename to third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.cpp
index 28131d6163f11636657b1b6b38e6295ba097e882..b553052509477717df1261401147aec5283be6fc 100644
--- a/third_party/WebKit/Source/core/html/AutoplayUmaHelperTest.cpp
+++ b/third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.cpp
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "core/html/AutoplayUmaHelper.h"
+#include "core/html/media/AutoplayUmaHelper.h"
#include "core/dom/Document.h"
#include "core/html/HTMLMediaElement.h"

Powered by Google App Engine
This is Rietveld 408576698