diff options
Diffstat (limited to 'chrome/browser/history/starred_url_database.cc')
-rw-r--r-- | chrome/browser/history/starred_url_database.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/starred_url_database.cc b/chrome/browser/history/starred_url_database.cc index 36ae56a..edfa221 100644 --- a/chrome/browser/history/starred_url_database.cc +++ b/chrome/browser/history/starred_url_database.cc @@ -8,7 +8,7 @@ #include "base/json/json_writer.h" #include "base/logging.h" #include "base/memory/scoped_vector.h" -#include "base/stl_util-inl.h" +#include "base/stl_util.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" #include "base/values.h" |