google_api_keys_mac.h 438 B

12345678910111213141516
  1. // Copyright 2016 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 GOOGLE_APIS_GOOGLE_API_KEYS_MAC_H_
  5. #define GOOGLE_APIS_GOOGLE_API_KEYS_MAC_H_
  6. #include <string>
  7. namespace google_apis {
  8. std::string GetAPIKeyFromInfoPlist(const std::string& key_name);
  9. } // namespace google_apis
  10. #endif // GOOGLE_APIS_GOOGLE_API_KEYS_MAC_H_