chromium/google_apis/google_api_keys_unittest.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef GOOGLE_APIS_GOOGLE_API_KEYS_UNITTEST_H_
#define GOOGLE_APIS_GOOGLE_API_KEYS_UNITTEST_H_

#include <memory>
#include <string>

#include "base/environment.h"
#include "google_apis/google_api_keys.h"
#include "testing/gtest/include/gtest/gtest.h"

struct EnvironmentCache {};

class GoogleAPIKeysTest : public testing::Test {};

#endif  // GOOGLE_APIS_GOOGLE_API_KEYS_UNITTEST_H_