Chromium Code Reviews| Index: remoting/host/sas_injector.h |
| =================================================================== |
| --- remoting/host/sas_injector.h (revision 166306) |
| +++ remoting/host/sas_injector.h (working copy) |
| @@ -15,7 +15,7 @@ |
| public: |
| virtual ~SasInjector() {} |
| - // Sends the Secure Attention Sequence to the console session. |
| + // Sends Secure Attention Sequence to the console session. |
| virtual bool InjectSas() = 0; |
| // Creates an instance of SasInjector if supported by the OS, otherwise |