Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1304)

Unified Diff: mojo/edk/util/command_line.h

Issue 1435043002: EDK: Sprinkle some more |final| secret sauce. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/test/scoped_ipc_support.h ('k') | mojo/edk/util/cond_var.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/command_line.h
diff --git a/mojo/edk/util/command_line.h b/mojo/edk/util/command_line.h
index 4f989b0b51d264cfc12e1f3392a6e3449e417ba6..3db716d6d41417cf55b8b003c0367cb042ca8894 100644
--- a/mojo/edk/util/command_line.h
+++ b/mojo/edk/util/command_line.h
@@ -52,7 +52,7 @@ namespace util {
// Class that stores processed command lines ("argv[0]", options, and positional
// arguments) and provides access to them. For more details, see the file-level
// comment above. This class is thread-safe.
-class CommandLine {
+class CommandLine final {
private:
class ConstructionHelper;
@@ -139,7 +139,7 @@ namespace internal {
// Helper class for building command lines (finding options, etc.) from raw
// arguments.
-class CommandLineBuilder {
+class CommandLineBuilder final {
public:
CommandLineBuilder();
~CommandLineBuilder();
« no previous file with comments | « mojo/edk/test/scoped_ipc_support.h ('k') | mojo/edk/util/cond_var.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698