Fix namespace comments.
This commit is contained in:
parent
bd5c53c2f7
commit
424078cfdb
5 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ namespace {
|
|||
|
||||
BrowserClient* g_browser_client;
|
||||
|
||||
}
|
||||
} // namespace
|
||||
|
||||
BrowserClient* BrowserClient::Get() {
|
||||
return g_browser_client;
|
||||
|
|
|
@ -19,4 +19,4 @@ void BrowserMainParts::InitializeMainNib() {
|
|||
[mainNib release];
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
|
|
@ -56,4 +56,4 @@ void InspectableWebContentsViewMac::SetTitle(const base::string16& title) {
|
|||
[view_ setTitle:base::SysUTF16ToNSString(title)];
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace brightray
|
||||
|
|
|
@ -16,7 +16,7 @@ namespace {
|
|||
|
||||
const char kChromeUIDevToolsBundledHost[] = "devtools";
|
||||
|
||||
}
|
||||
} // namespace
|
||||
|
||||
// static
|
||||
WebUIControllerFactory* WebUIControllerFactory::GetInstance() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue