| Index: remoting/host/continue_window.h
|
| diff --git a/remoting/host/continue_window.h b/remoting/host/continue_window.h
|
| index 384c76dd75bac1d0b2e69943dc2db9e6459f5802..98e534706b7c179740851d8ba05f7ac903c22a92 100644
|
| --- a/remoting/host/continue_window.h
|
| +++ b/remoting/host/continue_window.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_CONTINUE_WINDOW_H
|
| -#define REMOTING_HOST_CONTINUE_WINDOW_H
|
| +#ifndef REMOTING_HOST_CONTINUE_WINDOW_H_
|
| +#define REMOTING_HOST_CONTINUE_WINDOW_H_
|
|
|
| #include "base/callback.h"
|
|
|
| @@ -32,6 +32,6 @@ class ContinueWindow {
|
| static scoped_ptr<ContinueWindow> Create();
|
| };
|
|
|
| -}
|
| +} // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_CONTINUE_WINDOW_H
|
| +#endif // REMOTING_HOST_CONTINUE_WINDOW_H_
|
|
|