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

Unified Diff: remoting/host/wts_console_observer_win.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/verify_config_window_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/wts_console_observer_win.h
diff --git a/remoting/host/wts_console_observer_win.h b/remoting/host/wts_console_observer_win.h
index 7f4d8475f2f56ed7b0581c526b2d277321236227..212ccd64c3c5b07a59bb4396c9cf4c6e9a34111b 100644
--- a/remoting/host/wts_console_observer_win.h
+++ b/remoting/host/wts_console_observer_win.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_wts_console_observer_win_H_
-#define REMOTING_HOST_wts_console_observer_win_H_
+#ifndef REMOTING_HOST_WTS_CONSOLE_OBSERVER_WIN_H_
+#define REMOTING_HOST_WTS_CONSOLE_OBSERVER_WIN_H_
#include <windows.h>
@@ -31,4 +31,4 @@ class WtsConsoleObserver {
} // namespace remoting
-#endif // REMOTING_HOST_wts_console_observer_win_H_
+#endif // REMOTING_HOST_WTS_CONSOLE_OBSERVER_WIN_H_
« no previous file with comments | « remoting/host/verify_config_window_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698