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;

View file

@ -19,4 +19,4 @@ void BrowserMainParts::InitializeMainNib() {
[mainNib release];
}
}
} // namespace brightray

View file

@ -56,4 +56,4 @@ void InspectableWebContentsViewMac::SetTitle(const base::string16& title) {
[view_ setTitle:base::SysUTF16ToNSString(title)];
}
}
} // namespace brightray

View file

@ -16,7 +16,7 @@ namespace {
const char kChromeUIDevToolsBundledHost[] = "devtools";
}
} // namespace
// static
WebUIControllerFactory* WebUIControllerFactory::GetInstance() {