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

Unified Diff: remoting/client/empty_cursor_filter.cc

Issue 1228333004: Move code that doesn't depend on PPAPI out of remoting/client/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « remoting/client/empty_cursor_filter.h ('k') | remoting/client/empty_cursor_filter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/empty_cursor_filter.cc
diff --git a/remoting/client/plugin/empty_cursor_filter.cc b/remoting/client/empty_cursor_filter.cc
similarity index 94%
rename from remoting/client/plugin/empty_cursor_filter.cc
rename to remoting/client/empty_cursor_filter.cc
index 15180fa007ba28a6f67ad297aeeb0b055449f1e0..085de580c8882f2228fd187eb4d6471321ceebf7 100644
--- a/remoting/client/plugin/empty_cursor_filter.cc
+++ b/remoting/client/empty_cursor_filter.cc
@@ -1,8 +1,8 @@
-// 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/client/plugin/empty_cursor_filter.h"
+#include "remoting/client/empty_cursor_filter.h"
#include <algorithm>
« no previous file with comments | « remoting/client/empty_cursor_filter.h ('k') | remoting/client/empty_cursor_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698