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

Unified Diff: content/common/resource_request.cc

Issue 2969463003: Move resource_request.h to content/public/common. (Closed)
Patch Set: Merge Created 3 years, 5 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: content/common/resource_request.cc
diff --git a/content/common/resource_request.cc b/content/common/resource_request.cc
deleted file mode 100644
index 54f45983d2476a9e16e2e49a3bd827d4967c84cc..0000000000000000000000000000000000000000
--- a/content/common/resource_request.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2016 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 "content/common/resource_request.h"
-
-namespace content {
-
-ResourceRequest::ResourceRequest() {}
-ResourceRequest::ResourceRequest(const ResourceRequest& request) = default;
-ResourceRequest::~ResourceRequest() {}
-
-} // namespace content
« no previous file with comments | « content/common/resource_request.h ('k') | content/common/service_worker/service_worker_fetch_request.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698