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

Unified Diff: services/video_capture/fake_device_unittest.cc

Issue 2244773002: Video Capture Mojo (1.4c): Handle Subsequent Access (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FillServicePart2
Patch Set: rockot's comments Created 4 years, 3 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: services/video_capture/fake_device_unittest.cc
diff --git a/services/video_capture/fake_device_video_capture_service_unittest.cc b/services/video_capture/fake_device_unittest.cc
similarity index 92%
rename from services/video_capture/fake_device_video_capture_service_unittest.cc
rename to services/video_capture/fake_device_unittest.cc
index a21913030e82821aae7bc33cb5f54f77dd83dc0b..9e37731cce514f2fb14c410f2a84b658e84bdde3 100644
--- a/services/video_capture/fake_device_video_capture_service_unittest.cc
+++ b/services/video_capture/fake_device_unittest.cc
@@ -4,7 +4,7 @@
#include "base/memory/ref_counted.h"
#include "base/run_loop.h"
-#include "services/video_capture/fake_device_video_capture_service_test.h"
+#include "services/video_capture/fake_device_test.h"
#include "services/video_capture/mock_video_capture_device_client.h"
#include "services/video_capture/public/interfaces/video_capture_device_factory.mojom.h"
#include "services/video_capture/video_capture_service_test.h"
@@ -14,7 +14,7 @@ using testing::InvokeWithoutArgs;
namespace video_capture {
-TEST_F(FakeDeviceVideoCaptureServiceTest, FrameCallbacksArrive) {
+TEST_F(FakeDeviceTest, FrameCallbacksArrive) {
auto arbitrary_requested_format = mojom::VideoCaptureFormat::New();
arbitrary_requested_format->frame_size.SetSize(640, 480);
arbitrary_requested_format->frame_rate = 15;
« no previous file with comments | « services/video_capture/fake_device_test.cc ('k') | services/video_capture/fake_device_video_capture_service_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698