Bug 1516555 - Reformat everything to the Google coding style r=Ehsan

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D15426
This commit is contained in:
Sylvestre Ledru
2018-12-28 15:48:06 +00:00
parent 5003209252
commit 3ece000f7a
83 changed files with 379 additions and 413 deletions

View File

@@ -22,8 +22,7 @@ namespace mozilla {
namespace dom {
class DocShellLoadStateInit;
}
}
} // namespace mozilla
/**
* nsDocShellLoadState contains setup information used in a nsIDocShell::loadURI
@@ -190,6 +189,7 @@ class nsDocShellLoadState final {
void CalculateLoadURIFlags();
mozilla::dom::DocShellLoadStateInit Serialize();
protected:
// Destructor can't be defaulted or inlined, as header doesn't have all type
// includes it needs to do so.