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

Unified Diff: remoting/host/clipboard.h

Issue 10700129: remoting/host: Fix cpplint warning of header guards. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot to remove one Created 8 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/host/capturer.h ('k') | remoting/host/continue_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/clipboard.h
diff --git a/remoting/host/clipboard.h b/remoting/host/clipboard.h
index 8ebe2d85c1f2340dcea1ce3ade1fc09c401407c0..534bc4b101527088fe4910ce240ee535c4db1dd4 100644
--- a/remoting/host/clipboard.h
+++ b/remoting/host/clipboard.h
@@ -20,7 +20,7 @@ class ClipboardStub;
// can get change notifications.
class Clipboard {
public:
- virtual ~Clipboard() {};
+ virtual ~Clipboard() {}
// Initialises any objects needed to read from or write to the clipboard.
virtual void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard) = 0;
« no previous file with comments | « remoting/host/capturer.h ('k') | remoting/host/continue_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698