| Index: dm/DMReporter.cpp
|
| diff --git a/dm/DMReporter.cpp b/dm/DMReporter.cpp
|
| index 0bc77bd573adad4e3f221d76179613fb5e7d8272..565d410a12a4c2f8a809990ad2a772450b3bb78a 100644
|
| --- a/dm/DMReporter.cpp
|
| +++ b/dm/DMReporter.cpp
|
| @@ -1,11 +1,10 @@
|
| #include "DMReporter.h"
|
|
|
| #include "SkDynamicAnnotations.h"
|
| -#include "SkCommandLineFlags.h"
|
| +#include "SkCommonFlags.h"
|
| #include "OverwriteLine.h"
|
|
|
| DEFINE_bool2(quiet, q, false, "If true, don't print status updates.");
|
| -DEFINE_bool2(verbose, v, false, "If true, print status updates one-per-line.");
|
|
|
| namespace DM {
|
|
|
|
|