| Index: tools/imagediff/image_diff.cc
|
| diff --git a/tools/imagediff/image_diff.cc b/tools/imagediff/image_diff.cc
|
| index 60c3a7fd426fadbf0818c0508fe3a7a26baf0069..deba3cceaeffa0aa7f286274a1263477a71977fe 100644
|
| --- a/tools/imagediff/image_diff.cc
|
| +++ b/tools/imagediff/image_diff.cc
|
| @@ -28,8 +28,8 @@
|
|
|
| // Causes the app to remain open, waiting for pairs of filenames on stdin.
|
| // The caller is then responsible for terminating this app.
|
| -static const wchar_t kOptionPollStdin[] = L"use-stdin";
|
| -static const wchar_t kOptionGenerateDiff[] = L"diff";
|
| +static const char kOptionPollStdin[] = "use-stdin";
|
| +static const char kOptionGenerateDiff[] = "diff";
|
|
|
| // Return codes used by this utility.
|
| static const int kStatusSame = 0;
|
|
|