Codebase list mozc / 6a2aa5a
Fix style violations in header include guards part 2 This is a follow up CL for r332 No behavior change is intended with this CL. BUG=none TEST=unittest git-svn-id: https://mozc.googlecode.com/svn/trunk@354 a6090854-d499-a067-5803-1114d4e51264 Yohei Yukawa 9 years ago
3 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 MAJOR=1
11 MINOR=15
2 BUILD=1896
2 BUILD=1897
33 REVISION=102
44 # ANDROID_VERSION_CODE should be the number of update times.
55 # It must at least increase when the build updates.
6 ANDROID_VERSION_CODE=1896
6 ANDROID_VERSION_CODE=1897
77 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
88 # downloaded by NaCl Mozc.
99 NACL_DICTIONARY_VERSION=4
2626 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2727 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
29 #ifndef MOZC_UNIX_IBUS_SURROUNDING_TEXT_URIL_H_
30 #define MOZC_UNIX_IBUS_SURROUNDING_TEXT_URIL_H_
29 #ifndef MOZC_UNIX_IBUS_SURROUNDING_TEXT_UTIL_H_
30 #define MOZC_UNIX_IBUS_SURROUNDING_TEXT_UTIL_H_
3131
3232 #include <string>
3333
7070 } // namespace ibus
7171 } // namespace mozc
7272
73 #endif // MOZC_UNIX_IBUS_SURROUNDING_TEXT_URIL_H_
73 #endif // MOZC_UNIX_IBUS_SURROUNDING_TEXT_UTIL_H_
106106 };
107107 } // namespace usage_stats
108108 } // namespace mozc
109 #endif // GOOCLECLIENT_IME_MOZC_USAGE_STATS_USAGE_STATS_H_
109 #endif // MOZC_USAGE_STATS_USAGE_STATS_H_