Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: components/ntp_snippets/breaking_news/subscription_request_params.cc

Issue 2918513002: [NTP::Push] Add the classes for sending a breaking news subscription request (Closed)
Patch Set: bauerb@ comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/ntp_snippets/breaking_news/subscription_request_params.cc
diff --git a/components/ntp_snippets/breaking_news/subscription_request_params.cc b/components/ntp_snippets/breaking_news/subscription_request_params.cc
new file mode 100644
index 0000000000000000000000000000000000000000..4f43c18a8f234ecd6f853166a2fbba9c5a1b72fc
--- /dev/null
+++ b/components/ntp_snippets/breaking_news/subscription_request_params.cc
@@ -0,0 +1,14 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "components/ntp_snippets/breaking_news/subscription_request_params.h"
+
+namespace ntp_snippets {
+
+SubscriptionRequestParams::SubscriptionRequestParams() = default;
+SubscriptionRequestParams::SubscriptionRequestParams(
+ const SubscriptionRequestParams&) = default;
+SubscriptionRequestParams::~SubscriptionRequestParams() = default;
+
+} // namespace ntp_snippets

Powered by Google App Engine
This is Rietveld 408576698