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

Unified Diff: content/common/throttling_url_loader.h

Issue 2914423002: Network service: move URLLoaderThrottle and ThrottlingURLLoader. (Closed)
Patch Set: 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/throttling_url_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/throttling_url_loader.h
diff --git a/content/child/throttling_url_loader.h b/content/common/throttling_url_loader.h
similarity index 95%
rename from content/child/throttling_url_loader.h
rename to content/common/throttling_url_loader.h
index 49615f043ae72232d088c07b188f1bf7478b086b..202d51dc31a31be214ce478dc19c427e3458d59e 100644
--- a/content/child/throttling_url_loader.h
+++ b/content/common/throttling_url_loader.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_CHILD_THROTTLING_URL_LOADER_H_
-#define CONTENT_CHILD_THROTTLING_URL_LOADER_H_
+#ifndef CONTENT_COMMON_THROTTLING_URL_LOADER_H_
+#define CONTENT_COMMON_THROTTLING_URL_LOADER_H_
#include <memory>
#include "content/common/content_export.h"
#include "content/common/url_loader.mojom.h"
#include "content/common/url_loader_factory.mojom.h"
-#include "content/public/child/url_loader_throttle.h"
+#include "content/public/common/url_loader_throttle.h"
#include "mojo/public/cpp/bindings/binding.h"
namespace content {
@@ -114,4 +114,4 @@ class CONTENT_EXPORT ThrottlingURLLoader : public mojom::URLLoaderClient,
} // namespace content
-#endif // CONTENT_CHILD_THROTTLING_URL_LOADER_H_
+#endif // CONTENT_COMMON_THROTTLING_URL_LOADER_H_
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/throttling_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698