diff options
author | mathp <mathp@chromium.org> | 2016-02-10 18:27:07 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-11 02:28:59 +0000 |
commit | 09e9b25eea4777845bf56d53948d123212f5efa7 (patch) | |
tree | bd30ffb4cb60dedc6e27f7cc9b530c7071c4b966 /third_party/libphonenumber/src/phonenumber_api.h | |
parent | e3398c19aa9769ad99e97a9fabf29614d645a095 (diff) | |
download | chromium_src-09e9b25eea4777845bf56d53948d123212f5efa7.zip chromium_src-09e9b25eea4777845bf56d53948d123212f5efa7.tar.gz chromium_src-09e9b25eea4777845bf56d53948d123212f5efa7.tar.bz2 |
[libphonenumber] Change DEPS to track new github mirror, uprev library
Changes to build files and include paths.
BUG=585286,585244
TBR=tedchoc
Review URL: https://codereview.chromium.org/1674373003
Cr-Commit-Position: refs/heads/master@{#374841}
Diffstat (limited to 'third_party/libphonenumber/src/phonenumber_api.h')
-rw-r--r-- | third_party/libphonenumber/src/phonenumber_api.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/libphonenumber/src/phonenumber_api.h b/third_party/libphonenumber/src/phonenumber_api.h deleted file mode 100644 index 4a7fcd1..0000000 --- a/third_party/libphonenumber/src/phonenumber_api.h +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef THIRD_PARTY_LIBPHONENUMBER_SRC_PHONENUMBER_API_H_ -#define THIRD_PARTY_LIBPHONENUMBER_SRC_PHONENUMBER_API_H_ -#pragma once - -#define USE_GOOGLE_BASE -#include "third_party/libphonenumber/src/phonenumbers/phonenumberutil.h" -#undef USE_GOOGLE_BASE - -#endif // THIRD_PARTY_LIBPHONENUMBER_SRC_PHONENUMBER_API_H_ |