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

Unified Diff: content/common/possibly_associated_interface_ptr.h

Issue 2924723002: Network service: SafeBrowsing check for frame-resources from browser. (Closed)
Patch Set: . Created 3 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/throttling_url_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/possibly_associated_interface_ptr.h
diff --git a/content/renderer/possibly_associated_interface_ptr.h b/content/common/possibly_associated_interface_ptr.h
similarity index 91%
rename from content/renderer/possibly_associated_interface_ptr.h
rename to content/common/possibly_associated_interface_ptr.h
index 9e30892b854065df82363e89e27589294f457ee6..4d1bf57e8190f95a3c7eb2fc0ad16e3376ca1f2a 100644
--- a/content/renderer/possibly_associated_interface_ptr.h
+++ b/content/common/possibly_associated_interface_ptr.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_RENDERER_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_
-#define CONTENT_RENDERER_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_
+#ifndef CONTENT_COMMON_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_
+#define CONTENT_COMMON_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_
#include "base/macros.h"
#include "mojo/public/cpp/bindings/associated_interface_ptr.h"
@@ -54,4 +54,4 @@ class PossiblyAssociatedInterfacePtr final {
} // namespace content
-#endif // CONTENT_RENDERER_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_
+#endif // CONTENT_COMMON_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/throttling_url_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698