Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
This commit is contained in:
@@ -8420,7 +8420,8 @@ private:
|
||||
mRestorePresentationEvent;
|
||||
nsRefPtr<nsDocShell::RestorePresentationEvent> mEvent;
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
nsresult
|
||||
nsDocShell::RestoreFromHistory()
|
||||
@@ -9448,7 +9449,7 @@ private:
|
||||
NS_IMPL_ISUPPORTS(nsCopyFaviconCallback, nsIFaviconDataCallback)
|
||||
#endif
|
||||
|
||||
} // anonymous namespace
|
||||
} // namespace
|
||||
|
||||
void
|
||||
nsDocShell::CopyFavicon(nsIURI* aOldURI,
|
||||
|
||||
Reference in New Issue
Block a user