Chromium Code Reviews| Index: base/location.h |
| diff --git a/base/location.h b/base/location.h |
| index 2fbe62cde82dbd737cc3aa44c4faad400080d54d..95432a5665d430bb193b96a216fb98e9eeea4bbc 100644 |
| --- a/base/location.h |
| +++ b/base/location.h |
| @@ -8,7 +8,10 @@ |
| #include <string> |
| #include "base/base_export.h" |
| -#include "base/values.h" |
| + |
| +namespace base { |
| +class DictionaryValue; |
| +} |
| namespace tracked_objects { |