| Index: base/synchronization/waitable_event.h
|
| ===================================================================
|
| --- base/synchronization/waitable_event.h (revision 70363)
|
| +++ base/synchronization/waitable_event.h (working copy)
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_WAITABLE_EVENT_H_
|
| -#define BASE_WAITABLE_EVENT_H_
|
| +#ifndef BASE_SYNCHRONIZATION_WAITABLE_EVENT_H_
|
| +#define BASE_SYNCHRONIZATION_WAITABLE_EVENT_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -176,4 +176,4 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_WAITABLE_EVENT_H_
|
| +#endif // BASE_SYNCHRONIZATION_WAITABLE_EVENT_H_
|
|
|