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

Unified Diff: remoting/host/win/wts_terminal_monitor.h

Issue 924793003: Cleanup: Convert const char* kFoo to const char kFoo[]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: remoting/host/win/wts_terminal_monitor.h
diff --git a/remoting/host/win/wts_terminal_monitor.h b/remoting/host/win/wts_terminal_monitor.h
index c9dde920e27e2039df8f25fa31bb4d372c36b8be..c3b597812dd72b5b45782960481efa0b2bd40687 100644
--- a/remoting/host/win/wts_terminal_monitor.h
+++ b/remoting/host/win/wts_terminal_monitor.h
@@ -20,7 +20,7 @@ extern const uint32 kInvalidSessionId;
class WtsTerminalMonitor {
public:
// The console terminal ID.
- static const char* kConsole;
+ static const char kConsole[];
virtual ~WtsTerminalMonitor();

Powered by Google App Engine
This is Rietveld 408576698