Fix namespace comments.
This commit is contained in:
parent
637bdc239b
commit
99293dd57f
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ namespace {
|
||||||
bool g_update_available = false;
|
bool g_update_available = false;
|
||||||
std::string update_url_ = "";
|
std::string update_url_ = "";
|
||||||
|
|
||||||
}
|
} // namespace
|
||||||
|
|
||||||
std::string AutoUpdater::GetFeedURL() {
|
std::string AutoUpdater::GetFeedURL() {
|
||||||
return update_url_;
|
return update_url_;
|
||||||
|
|
|
@ -145,4 +145,4 @@ OffScreenRenderWidgetHostView::GetDelegatedFrameHost() const {
|
||||||
return browser_compositor_->GetDelegatedFrameHost();
|
return browser_compositor_->GetDelegatedFrameHost();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace atom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue