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

Unified Diff: content/public/common/url_loader_throttle.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/public/common/BUILD.gn ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/url_loader_throttle.h
diff --git a/content/public/child/url_loader_throttle.h b/content/public/common/url_loader_throttle.h
similarity index 92%
rename from content/public/child/url_loader_throttle.h
rename to content/public/common/url_loader_throttle.h
index e72a4ff253b0391b91e68b6a7c01b9620f4a6933..e288f5f01c54d923783efa0cce7adc50756b96d5 100644
--- a/content/public/child/url_loader_throttle.h
+++ b/content/public/common/url_loader_throttle.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_PUBLIC_RENDERER_URL_LOADER_THROTTLE_H_
-#define CONTENT_PUBLIC_RENDERER_URL_LOADER_THROTTLE_H_
+#ifndef CONTENT_PUBLIC_COMMON_URL_LOADER_THROTTLE_H_
+#define CONTENT_PUBLIC_COMMON_URL_LOADER_THROTTLE_H_
#include "content/common/content_export.h"
#include "content/public/common/resource_type.h"
@@ -64,4 +64,4 @@ class CONTENT_EXPORT URLLoaderThrottle {
} // namespace content
-#endif // CONTENT_PUBLIC_RENDERER_URL_LOADER_THROTTLE_H_
+#endif // CONTENT_PUBLIC_COMMON_URL_LOADER_THROTTLE_H_
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698