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

Unified Diff: extensions/common/manifest_handlers/webview_info.h

Issue 2133203002: [Extensions] Code cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 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: extensions/common/manifest_handlers/webview_info.h
diff --git a/extensions/common/manifest_handlers/webview_info.h b/extensions/common/manifest_handlers/webview_info.h
index 117354ff9dcc29fedfa9bc4deb6e8dca889c2eca..5deb8970ac492c81a8bb768b9f515cc3f54f2857 100644
--- a/extensions/common/manifest_handlers/webview_info.h
+++ b/extensions/common/manifest_handlers/webview_info.h
@@ -29,7 +29,7 @@ class WebviewInfo : public Extension::ManifestData {
const std::string& relative_path);
// Define out of line constructor/destructor to please Clang.
- WebviewInfo(const std::string& extension_id);
+ explicit WebviewInfo(const std::string& extension_id);
~WebviewInfo() override;
void AddPartitionItem(std::unique_ptr<PartitionItem> item);

Powered by Google App Engine
This is Rietveld 408576698