| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 0cbbeaede8eb2d11d2497785d419b1498e0fa4d5..7c72273ffac9ef39c4ad1b7491d5ea4b985a23d8 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -6,7 +6,8 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/common/features.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "url/url_util.h"
|
|
|