Fix all remaining readability/namespace errors

This commit is contained in:
Adam Roben 2013-11-17 18:20:17 -05:00
parent fd54c435a9
commit 9ac1a539ee
22 changed files with 22 additions and 22 deletions

View file

@ -234,4 +234,4 @@ GtkWidget *InspectableWebContentsViewLinux::GetBrowserWindow() {
return browser;
}
}
} // namespace brightray

View file

@ -49,6 +49,6 @@ private:
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewLinux);
};
}
} // namespace brightray
#endif