commit | deae7db5864fa50c5a1cd6c232a17aeb986b36e1 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue May 30 09:56:41 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue May 30 14:15:50 2017 -0700 |
tree | cdedad3d0f921e4f82fa7b65d55820455b7ac0ea | |
parent | 8d01c3708c4becb186979ed9377aed0fc2954d06 [diff] [blame] |
ART: Add missing namespace comments Add closing namespace comments. Bug: 32619234 Test: m Change-Id: I1f50e09dcd1038c4b540b87e5c19e319c1f592e4
diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index 5a82021..89c2537 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h
@@ -31,7 +31,7 @@ namespace verifier { class VerifierDepsTest; -} +} // namespace verifier class DexFile;