summaryrefslogtreecommitdiffstats
path: root/third_party/libphonenumber/cpp/src/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libphonenumber/cpp/src/metadata.h')
-rw-r--r--third_party/libphonenumber/cpp/src/metadata.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/third_party/libphonenumber/cpp/src/metadata.h b/third_party/libphonenumber/cpp/src/metadata.h
index 59794e6..0e920d6 100644
--- a/third_party/libphonenumber/cpp/src/metadata.h
+++ b/third_party/libphonenumber/cpp/src/metadata.h
@@ -13,10 +13,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#ifndef EMBEDDED_DATA_METADATA_H_
-#define EMBEDDED_DATA_METADATA_H_
+#ifndef I18N_PHONENUMBERS_METADATA_H_
+#define I18N_PHONENUMBERS_METADATA_H_
+
+namespace i18n {
+namespace phonenumbers {
int metadata_size();
const void* metadata_get();
-#endif // EMBEDDED_DATA_METADATA_H_
+} // namespace phonenumbers
+} // namespace i18n
+
+#endif // I18N_PHONENUMBERS_METADATA_H_