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

Unified Diff: remoting/protocol/capture_scheduler_unittest.cc

Issue 1462063004: Move VideoFramePump to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « remoting/protocol/capture_scheduler.cc ('k') | remoting/protocol/fake_desktop_capturer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/capture_scheduler_unittest.cc
diff --git a/remoting/host/capture_scheduler_unittest.cc b/remoting/protocol/capture_scheduler_unittest.cc
similarity index 97%
rename from remoting/host/capture_scheduler_unittest.cc
rename to remoting/protocol/capture_scheduler_unittest.cc
index 7b6982ff80875b272365af7853d91383d7a91c0d..a6dcc875af1a43ac10c8253136108f51ed53cd36 100644
--- a/remoting/host/capture_scheduler_unittest.cc
+++ b/remoting/protocol/capture_scheduler_unittest.cc
@@ -1,8 +1,8 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/host/capture_scheduler.h"
+#include "remoting/protocol/capture_scheduler.h"
#include "base/message_loop/message_loop.h"
#include "base/test/simple_test_tick_clock.h"
@@ -11,6 +11,7 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace remoting {
+namespace protocol {
static const int kTestInputs[] = { 100, 50, 30, 20, 10, 30, 60, 80 };
static const int kMinumumFrameIntervalMs = 50;
@@ -192,4 +193,5 @@ TEST_F(CaptureSchedulerTest, MaximumPendingFrames) {
EXPECT_TRUE(capture_timer_->IsRunning());
}
+} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/capture_scheduler.cc ('k') | remoting/protocol/fake_desktop_capturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698