summaryrefslogtreecommitdiffstats
path: root/base/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'base/i18n')
-rw-r--r--base/i18n/file_util_icu.h1
-rw-r--r--base/i18n/icu_encoding_detection.h1
-rw-r--r--base/i18n/icu_string_conversions.h1
-rw-r--r--base/i18n/icu_util.h1
-rw-r--r--base/i18n/number_formatting.h1
-rw-r--r--base/i18n/rtl.h1
-rw-r--r--base/i18n/time_formatting.h1
-rw-r--r--base/i18n/word_iterator.h1
8 files changed, 8 insertions, 0 deletions
diff --git a/base/i18n/file_util_icu.h b/base/i18n/file_util_icu.h
index b4127d9..eaf784b 100644
--- a/base/i18n/file_util_icu.h
+++ b/base/i18n/file_util_icu.h
@@ -4,6 +4,7 @@
#ifndef BASE_I18N_FILE_UTIL_ICU_H_
#define BASE_I18N_FILE_UTIL_ICU_H_
+#pragma once
// File utilities that use the ICU library go in this file.
diff --git a/base/i18n/icu_encoding_detection.h b/base/i18n/icu_encoding_detection.h
index 0d8e5d8..e7e6253 100644
--- a/base/i18n/icu_encoding_detection.h
+++ b/base/i18n/icu_encoding_detection.h
@@ -4,6 +4,7 @@
#ifndef BASE_I18N_ICU_ENCODING_DETECTION_H_
#define BASE_I18N_ICU_ENCODING_DETECTION_H_
+#pragma once
#include <string>
diff --git a/base/i18n/icu_string_conversions.h b/base/i18n/icu_string_conversions.h
index 79d7e02..1495cae 100644
--- a/base/i18n/icu_string_conversions.h
+++ b/base/i18n/icu_string_conversions.h
@@ -4,6 +4,7 @@
#ifndef BASE_I18N_ICU_STRING_CONVERSIONS_H_
#define BASE_I18N_ICU_STRING_CONVERSIONS_H_
+#pragma once
#include <string>
diff --git a/base/i18n/icu_util.h b/base/i18n/icu_util.h
index 56eaa37..35c2e4f 100644
--- a/base/i18n/icu_util.h
+++ b/base/i18n/icu_util.h
@@ -4,6 +4,7 @@
#ifndef BASE_I18N_ICU_UTIL_H_
#define BASE_I18N_ICU_UTIL_H_
+#pragma once
namespace icu_util {
diff --git a/base/i18n/number_formatting.h b/base/i18n/number_formatting.h
index 9fa2b18..5927f53 100644
--- a/base/i18n/number_formatting.h
+++ b/base/i18n/number_formatting.h
@@ -4,6 +4,7 @@
#ifndef BASE_I18N_NUMBER_FORMATTING_H_
#define BASE_I18N_NUMBER_FORMATTING_H_
+#pragma once
#include <string>
diff --git a/base/i18n/rtl.h b/base/i18n/rtl.h
index 98a4e35..19b142c 100644
--- a/base/i18n/rtl.h
+++ b/base/i18n/rtl.h
@@ -4,6 +4,7 @@
#ifndef BASE_I18N_RTL_H_
#define BASE_I18N_RTL_H_
+#pragma once
#include "base/string16.h"
#include "build/build_config.h"
diff --git a/base/i18n/time_formatting.h b/base/i18n/time_formatting.h
index dd623af..d78ae9b 100644
--- a/base/i18n/time_formatting.h
+++ b/base/i18n/time_formatting.h
@@ -7,6 +7,7 @@
#ifndef BASE_I18N_TIME_FORMATTING_H_
#define BASE_I18N_TIME_FORMATTING_H_
+#pragma once
#include <string>
diff --git a/base/i18n/word_iterator.h b/base/i18n/word_iterator.h
index f8fb89f..fb0ee33 100644
--- a/base/i18n/word_iterator.h
+++ b/base/i18n/word_iterator.h
@@ -4,6 +4,7 @@
#ifndef BASE_I18N_WORD_ITERATOR_H_
#define BASE_I18N_WORD_ITERATOR_H_
+#pragma once
#include <string>
#include <vector>