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

Unified Diff: webkit/media/simple_data_source_unittest.cc

Issue 8570010: Moving media-related files from webkit/glue/ to webkit/media/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: minor fixes Created 9 years, 1 month 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 | « webkit/media/simple_data_source.cc ('k') | webkit/media/video_renderer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/simple_data_source_unittest.cc
diff --git a/webkit/glue/media/simple_data_source_unittest.cc b/webkit/media/simple_data_source_unittest.cc
similarity index 98%
rename from webkit/glue/media/simple_data_source_unittest.cc
rename to webkit/media/simple_data_source_unittest.cc
index cfb5445bc42ac5e76058afb7b7e6ca359c599d35..62b933c31ed5e93b06245317d47337edc5e40998 100644
--- a/webkit/glue/media/simple_data_source_unittest.cc
+++ b/webkit/media/simple_data_source_unittest.cc
@@ -13,7 +13,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLRequest.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLResponse.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
-#include "webkit/glue/media/simple_data_source.h"
+#include "webkit/media/simple_data_source.h"
#include "webkit/mocks/mock_webframeclient.h"
#include "webkit/mocks/mock_weburlloader.h"
@@ -34,7 +34,10 @@ using WebKit::WebURLRequest;
using WebKit::WebURLResponse;
using WebKit::WebView;
-namespace webkit_glue {
+using webkit_glue::MockWebFrameClient;
+using webkit_glue::MockWebURLLoader;
+
+namespace webkit_media {
static const int kDataSize = 1024;
static const char kHttpUrl[] = "http://test";
@@ -281,4 +284,4 @@ TEST_F(SimpleDataSourceTest, HasSingleOrigin) {
DestroyDataSource();
}
-} // namespace webkit_glue
+} // namespace webkit_media
« no previous file with comments | « webkit/media/simple_data_source.cc ('k') | webkit/media/video_renderer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698