projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f1f6ab
)
Fix header guard.
author
Cheng Zhao
<zcbenz@gmail.com>
Mon, 29 Apr 2013 12:40:59 +0000
(20:40 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Mon, 29 Apr 2013 12:40:59 +0000
(20:40 +0800)
common/api/atom_api_id_weak_map.h
patch
|
blob
|
history
diff --git
a/common/api/atom_api_id_weak_map.h
b/common/api/atom_api_id_weak_map.h
index
c8904a3
..
6ae064f
100644
(file)
--- a/
common/api/atom_api_id_weak_map.h
+++ b/
common/api/atom_api_id_weak_map.h
@@
-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_