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

Unified Diff: remoting/protocol/capability_names.h

Issue 1420703005: Fixing typo in header macro guard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/capability_names.h
diff --git a/remoting/protocol/capability_names.h b/remoting/protocol/capability_names.h
index 60da5104701f82d40ca1e7a3d25bd67deda0a00d..63eb0d7486eea57edb2713675991a030028c97f4 100644
--- a/remoting/protocol/capability_names.h
+++ b/remoting/protocol/capability_names.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_PROTOCOL_CAPABILITY_NAMeS_H_
-#define REMOTING_PROTOCOL_CAPABILITY_NAMeS_H_
+#ifndef REMOTING_PROTOCOL_CAPABILITY_NAMES_H_
+#define REMOTING_PROTOCOL_CAPABILITY_NAMES_H_
namespace remoting {
namespace protocol {
@@ -17,4 +17,4 @@ const char kRateLimitResizeRequests[] = "rateLimitResizeRequests";
} // namespace protocol
} // namespace remoting
-#endif // REMOTING_PROTOCOL_CAPABILITY_NAMeS_H_
+#endif // REMOTING_PROTOCOL_CAPABILITY_NAMES_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698