Fix namespace comments.

This commit is contained in:
Haojian Wu 2017-03-29 20:47:41 +02:00
parent 637bdc239b
commit 99293dd57f
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ namespace {
bool g_update_available = false;
std::string update_url_ = "";
}
} // namespace
std::string AutoUpdater::GetFeedURL() {
return update_url_;

View file

@ -145,4 +145,4 @@ OffScreenRenderWidgetHostView::GetDelegatedFrameHost() const {
return browser_compositor_->GetDelegatedFrameHost();
}
} // namespace
} // namespace atom