| Index: base/mac/mac_util.h
|
| ===================================================================
|
| --- base/mac/mac_util.h (revision 70351)
|
| +++ base/mac/mac_util.h (working copy)
|
| @@ -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_MAC_UTIL_H_
|
| -#define BASE_MAC_UTIL_H_
|
| +#ifndef BASE_MAC_MAC_UTIL_H_
|
| +#define BASE_MAC_MAC_UTIL_H_
|
| #pragma once
|
|
|
| #include <Carbon/Carbon.h>
|
| @@ -34,7 +34,8 @@
|
| typedef unsigned int NSSearchPathDomainMask;
|
| #endif
|
|
|
| -namespace mac_util {
|
| +namespace base {
|
| +namespace mac {
|
|
|
| // Full screen modes, in increasing order of priority. More permissive modes
|
| // take predecence.
|
| @@ -242,6 +243,7 @@
|
|
|
| #endif // __OBJC__
|
|
|
| -} // namespace mac_util
|
| +} // namespace mac
|
| +} // namespace base
|
|
|
| -#endif // BASE_MAC_UTIL_H_
|
| +#endif // BASE_MAC_MAC_UTIL_H_
|
|
|