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

Unified Diff: remoting/host/capturer.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 | « no previous file | remoting/host/clipboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/capturer.h
diff --git a/remoting/host/capturer.h b/remoting/host/capturer.h
index 0eaf1b41b91ae044f4677b894900d9b72e262ecf..311aee13383ebc3cc13e001bbfbf4f47bc65a127 100644
--- a/remoting/host/capturer.h
+++ b/remoting/host/capturer.h
@@ -59,7 +59,7 @@ class Capturer {
typedef base::Callback<void(scoped_ptr<protocol::CursorShapeInfo>)>
CursorShapeChangedCallback;
- virtual ~Capturer() {};
+ virtual ~Capturer() {}
// Create platform-specific capturer.
static Capturer* Create();
« no previous file with comments | « no previous file | remoting/host/clipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698