11767c5feSopenharmony_ci/** 21767c5feSopenharmony_ci * Copyright 2010 Google Inc. 31767c5feSopenharmony_ci * 41767c5feSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 51767c5feSopenharmony_ci * you may not use this file except in compliance with the License. 61767c5feSopenharmony_ci * You may obtain a copy of the License at 71767c5feSopenharmony_ci * 81767c5feSopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 91767c5feSopenharmony_ci * 101767c5feSopenharmony_ci * Unless required by applicable law or agreed to in writing, software 111767c5feSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 121767c5feSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 131767c5feSopenharmony_ci * See the License for the specific language governing permissions and 141767c5feSopenharmony_ci * limitations under the License. 151767c5feSopenharmony_ci */ 161767c5feSopenharmony_ci#ifndef STRINGS_STRINGPIECE_H_ 171767c5feSopenharmony_ci#define STRINGS_STRINGPIECE_H_ 181767c5feSopenharmony_ci 191767c5feSopenharmony_ci#include "phonenumbers/base/strings/string_piece.h" 201767c5feSopenharmony_ci 211767c5feSopenharmony_ciusing i18n::phonenumbers::StringPiece; 221767c5feSopenharmony_ci 231767c5feSopenharmony_ci#endif // STRINGS_STRINGPIECE_H_ 24