Chromium Code Reviews| Index: remoting/host/signaling_connector.h |
| diff --git a/remoting/host/signaling_connector.h b/remoting/host/signaling_connector.h |
| index 582b4ae3e864ebab31aac01740d0562b0293f776..1917441532e4e56e48e077362faf119621181397 100644 |
| --- a/remoting/host/signaling_connector.h |
| +++ b/remoting/host/signaling_connector.h |
| @@ -2,8 +2,9 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef REMOTING_HOST_SIGNALING_CONNECTOR_H |
| -#define REMOTING_HOST_SIGNALING_CONNECTOR_H |
| +#ifndef REMOTING_HOST_SIGNALING_CONNECTOR_H_ |
| +#define REMOTING_HOST_SIGNALING_CONNECTOR_H_ |
| +#pragma once |
|
alexeypa (please no reviews)
2012/07/09 17:10:40
Remove this pragma.
|
| #include "base/basictypes.h" |
| #include "base/memory/weak_ptr.h" |
| @@ -104,4 +105,4 @@ class SignalingConnector |
| } // namespace remoting |
| -#endif // REMOTING_HOST_SIGNALING_CONNECTOR_H |
| +#endif // REMOTING_HOST_SIGNALING_CONNECTOR_H_ |