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

Unified Diff: remoting/client/empty_cursor_filter.h

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/BUILD.gn ('k') | remoting/client/empty_cursor_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/empty_cursor_filter.h
diff --git a/remoting/client/plugin/empty_cursor_filter.h b/remoting/client/empty_cursor_filter.h
similarity index 84%
rename from remoting/client/plugin/empty_cursor_filter.h
rename to remoting/client/empty_cursor_filter.h
index fdd7355c68b2e54e0417a68c2da0acc71b71b0e3..ed14e5cf695f0a0fdedb4861044f4d95e486dc92 100644
--- a/remoting/client/plugin/empty_cursor_filter.h
+++ b/remoting/client/empty_cursor_filter.h
@@ -1,9 +1,9 @@
-// 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.
-#ifndef REMOTING_CLIENT_PLUGIN_EMPTY_CURSOR_FILTER_H_
-#define REMOTING_CLIENT_PLUGIN_EMPTY_CURSOR_FILTER_H_
+#ifndef REMOTING_CLIENT_EMPTY_CURSOR_FILTER_H_
+#define REMOTING_CLIENT_EMPTY_CURSOR_FILTER_H_
#include "remoting/protocol/cursor_shape_stub.h"
@@ -40,4 +40,4 @@ class EmptyCursorFilter : public protocol::CursorShapeStub {
} // namespace remoting
-#endif // REMOTING_CLIENT_PLUGIN_EMPTY_CURSOR_FILTER_H_
+#endif // REMOTING_CLIENT_EMPTY_CURSOR_FILTER_H_
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/client/empty_cursor_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698