Index: chrome/browser/chrome_content_browser_client_parts.h |
diff --git a/chrome/browser/chrome_content_browser_client_parts.h b/chrome/browser/chrome_content_browser_client_parts.h |
index 046327e38fd3e8b2a064f0a75d794da0de71305f..ec2b42fe444fec3ce666d91d0edbfc0478221228 100644 |
--- a/chrome/browser/chrome_content_browser_client_parts.h |
+++ b/chrome/browser/chrome_content_browser_client_parts.h |
@@ -60,7 +60,9 @@ class ChromeContentBrowserClientParts { |
base::CommandLine* command_line, |
content::RenderProcessHost* process, |
Profile* profile) {} |
+ |
+ protected: |
+ ChromeContentBrowserClientParts() = default; |
}; |
#endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_PARTS_H_ |
- |