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

Unified Diff: components/omaha_query_params/omaha_query_params_delegate.cc

Issue 333353005: Move OmahaQueryParams to a component and add a delegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/omaha_query_params/omaha_query_params_delegate.cc
diff --git a/components/omaha_query_params/omaha_query_params_delegate.cc b/components/omaha_query_params/omaha_query_params_delegate.cc
new file mode 100644
index 0000000000000000000000000000000000000000..9d79a9444a0b2a3dbb5802174941dc35ef6e4256
--- /dev/null
+++ b/components/omaha_query_params/omaha_query_params_delegate.cc
@@ -0,0 +1,15 @@
+// Copyright 2014 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/omaha_query_params/omaha_query_params_delegate.h"
+
+namespace omaha_query_params {
+
+OmahaQueryParamsDelegate::OmahaQueryParamsDelegate() {
+}
+
+OmahaQueryParamsDelegate::~OmahaQueryParamsDelegate() {
+}
+
+} // namespace omaha_query_params

Powered by Google App Engine
This is Rietveld 408576698