request_params.cc 429 B

12345678910111213
  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. #include "components/ntp_snippets/remote/request_params.h"
  5. namespace ntp_snippets {
  6. RequestParams::RequestParams() = default;
  7. RequestParams::RequestParams(const RequestParams&) = default;
  8. RequestParams::~RequestParams() = default;
  9. } // namespace ntp_snippets