Fix header guard.
authorCheng Zhao <zcbenz@gmail.com>
Mon, 29 Apr 2013 12:40:59 +0000 (20:40 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 29 Apr 2013 12:40:59 +0000 (20:40 +0800)
common/api/atom_api_id_weak_map.h

index c8904a3..6ae064f 100644 (file)
@@ -3,8 +3,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#ifndef ATOM_BROWSER_API_ATOM_API_ID_WEAK_MAP_H_
-#define ATOM_BROWSER_API_ATOM_API_ID_WEAK_MAP_H_
+#ifndef ATOM_COMMON_API_ATOM_API_ID_WEAK_MAP_H_
+#define ATOM_COMMON_API_ATOM_API_ID_WEAK_MAP_H_
 
 #include <map>
 
@@ -49,4 +49,4 @@ class IDWeakMap : public node::ObjectWrap {
 
 }  // namespace atom
 
-#endif  // ATOM_BROWSER_API_ATOM_API_ID_WEAK_MAP_H_
+#endif  // ATOM_COMMON_API_ATOM_API_ID_WEAK_MAP_H_