mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix namespace comments.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace {
|
||||
bool g_update_available = false;
|
||||
std::string update_url_ = "";
|
||||
|
||||
}
|
||||
} // namespace
|
||||
|
||||
std::string AutoUpdater::GetFeedURL() {
|
||||
return update_url_;
|
||||
|
||||
@@ -145,4 +145,4 @@ OffScreenRenderWidgetHostView::GetDelegatedFrameHost() const {
|
||||
return browser_compositor_->GetDelegatedFrameHost();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace atom
|
||||
|
||||
Reference in New Issue
Block a user