| Index: chrome/browser/extensions/default_apps.cc
|
| diff --git a/chrome/browser/extensions/default_apps.cc b/chrome/browser/extensions/default_apps.cc
|
| index cee5c324126db7ea1f7154be64a419eed8f0d3e2..bf8aa9a696b962ecc579a44e65b2c2a02bfea8a2 100644
|
| --- a/chrome/browser/extensions/default_apps.cc
|
| +++ b/chrome/browser/extensions/default_apps.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <algorithm>
|
| +
|
| #include "chrome/browser/extensions/default_apps.h"
|
|
|
| #include "base/command_line.h"
|
|
|