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

Unified Diff: content/public/common/resource_request_completion_status.h

Issue 2964503003: Move NetworkService mojom files 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/public/common/resource_request_completion_status.h
diff --git a/content/common/resource_request_completion_status.h b/content/public/common/resource_request_completion_status.h
similarity index 86%
rename from content/common/resource_request_completion_status.h
rename to content/public/common/resource_request_completion_status.h
index 073704e269484eae420151a5846717904430388e..2a50977f4ce901a42359617c3eb39788e5a59ffc 100644
--- a/content/common/resource_request_completion_status.h
+++ b/content/public/common/resource_request_completion_status.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_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
-#define CONTENT_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
+#ifndef CONTENT_PUBLIC_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
+#define CONTENT_PUBLIC_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
#include <stdint.h>
#include <string>
@@ -46,4 +46,4 @@ struct CONTENT_EXPORT ResourceRequestCompletionStatus {
} // namespace content
-#endif // CONTENT_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_
+#endif // CONTENT_PUBLIC_COMMON_RESOURCE_REQUEST_COMPLETION_STATUS_H_

Powered by Google App Engine
This is Rietveld 408576698