| Index: base/observer_list.h
|
| diff --git a/base/observer_list.h b/base/observer_list.h
|
| index 9ea344deb7aa5e44db447537d6b0243e688944aa..fb6f0262dfd512787b92b3f000dbc5afdf91dd26 100644
|
| --- a/base/observer_list.h
|
| +++ b/base/observer_list.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 BASE_OBSERVER_LIST_H__
|
| -#define BASE_OBSERVER_LIST_H__
|
| +#ifndef BASE_OBSERVER_LIST_H_
|
| +#define BASE_OBSERVER_LIST_H_
|
|
|
| #include <algorithm>
|
| #include <limits>
|
| @@ -240,4 +240,4 @@ class ObserverList : public ObserverListBase<ObserverType> {
|
| } \
|
| } while (0)
|
|
|
| -#endif // BASE_OBSERVER_LIST_H__
|
| +#endif // BASE_OBSERVER_LIST_H_
|
|
|