More coding style fixes
This commit is contained in:
parent
859051669b
commit
8f367f6b35
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ class WidgetDelegateView : public views::WidgetDelegateView {
|
||||||
virtual gfx::Size GetMinimumSize() OVERRIDE { return gfx::Size(100, 100); }
|
virtual gfx::Size GetMinimumSize() OVERRIDE { return gfx::Size(100, 100); }
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} // namespace
|
||||||
|
|
||||||
DevToolsWindow* DevToolsWindow::Create(
|
DevToolsWindow* DevToolsWindow::Create(
|
||||||
InspectableWebContentsViewWin* controller) {
|
InspectableWebContentsViewWin* controller) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue