chromium/components/autofill/core/browser/payments/payments_service_url_unittest.cc

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

#include "components/autofill/core/browser/payments/payments_service_url.h"

#include "base/command_line.h"
#include "components/autofill/core/common/autofill_switches.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace autofill {
namespace payments {

TEST(PaymentsServiceSandboxUrl, CheckSandboxUrls) {}

TEST(PaymentsServiceSandboxUrl, CheckProdUrls) {}

TEST(PaymentsServiceUrl, UrlWithInstrumentId) {}

}  // namespace payments
}  // namespace autofill