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

Unified Diff: remoting/protocol/fake_desktop_capturer.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
Index: remoting/protocol/fake_desktop_capturer.cc
diff --git a/remoting/host/fake_desktop_capturer.cc b/remoting/protocol/fake_desktop_capturer.cc
similarity index 97%
rename from remoting/host/fake_desktop_capturer.cc
rename to remoting/protocol/fake_desktop_capturer.cc
index 520d396ac2c7b9ad9479a9509aab8a4c8f6f82e2..e51b58f454db27e5263a9176e4b67d9a1fd63fde 100644
--- a/remoting/host/fake_desktop_capturer.cc
+++ b/remoting/protocol/fake_desktop_capturer.cc
@@ -1,12 +1,11 @@
-// Copyright 2014 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/fake_desktop_capturer.h"
+#include "remoting/protocol/fake_desktop_capturer.h"
#include "base/bind.h"
#include "base/logging.h"
-#include "base/memory/ref_counted.h"
#include "base/time/time.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"

Powered by Google App Engine
This is Rietveld 408576698