Chromium Code Reviews| Index: src/platform/window_manager/atom_cache.h |
| diff --git a/src/platform/window_manager/atom_cache.h b/src/platform/window_manager/atom_cache.h |
| index c45362403f478d26cb76fb73fb6ef5382d511ec4..b5e6bbffba818fdbd13c5c5473f59a40317c69a2 100644 |
| --- a/src/platform/window_manager/atom_cache.h |
| +++ b/src/platform/window_manager/atom_cache.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 __PLATFORM_WINDOW_MANAGER_ATOM_CACHE_H__ |
| -#define __PLATFORM_WINDOW_MANAGER_ATOM_CACHE_H__ |
| +#ifndef WINDOW_MANAGER_ATOM_CACHE_H_ |
| +#define WINDOW_MANAGER_ATOM_CACHE_H_ |
| #include <map> |
| #include <string> |
| @@ -14,7 +14,7 @@ extern "C" { |
| #include "base/basictypes.h" |
| -namespace chromeos { |
| +namespace window_manager { |
| class XConnection; // from x_connection.h |
| @@ -93,6 +93,6 @@ class AtomCache { |
| DISALLOW_COPY_AND_ASSIGN(AtomCache); |
| }; |
| -} // namespace chromeos |
| +} // namespace window_manager |
| #endif |
|
sky
2009/12/21 15:44:29
Style guide says this should be:
#endif // WINDO
|