Fix namespace comments.

This commit is contained in:
Haojian Wu 2017-03-28 21:06:02 +02:00
parent bd5c53c2f7
commit 424078cfdb
5 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ namespace {
BrowserClient* g_browser_client;
}
} // namespace
BrowserClient* BrowserClient::Get() {
return g_browser_client;