phonenumber_api.h 479 B

12345678910111213
  1. // Copyright (c) 2011 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef THIRD_PARTY_LIBPHONENUMBER_PHONENUMBER_API_H_
  5. #define THIRD_PARTY_LIBPHONENUMBER_PHONENUMBER_API_H_
  6. #pragma once
  7. #define USE_GOOGLE_BASE
  8. #include "third_party/libphonenumber/dist/cpp/src/phonenumbers/phonenumberutil.h"
  9. #undef USE_GOOGLE_BASE
  10. #endif // THIRD_PARTY_LIBPHONENUMBER_PHONENUMBER_API_H_