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

Unified Diff: remoting/client/display/renderer_proxy.cc

Issue 2903623002: Moving input related classes to the input folder. (Closed)
Patch Set: Fix build. Created 3 years, 7 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: remoting/client/display/renderer_proxy.cc
diff --git a/remoting/client/ui/renderer_proxy.cc b/remoting/client/display/renderer_proxy.cc
similarity index 97%
rename from remoting/client/ui/renderer_proxy.cc
rename to remoting/client/display/renderer_proxy.cc
index 0c82a81352eecb732587dca185b5e39e1cc34582..30d29554637fe537eae0a7ca65e2860df7980d8e 100644
--- a/remoting/client/ui/renderer_proxy.cc
+++ b/remoting/client/display/renderer_proxy.cc
@@ -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 "remoting/client/ui/renderer_proxy.h"
+#include "remoting/client/display/renderer_proxy.h"
#include "base/bind.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698