diff options
Diffstat (limited to 'chrome/browser/autocomplete/url_prefix.h')
-rw-r--r-- | chrome/browser/autocomplete/url_prefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/url_prefix.h b/chrome/browser/autocomplete/url_prefix.h index ca7c23f..58d6099 100644 --- a/chrome/browser/autocomplete/url_prefix.h +++ b/chrome/browser/autocomplete/url_prefix.h @@ -7,7 +7,7 @@ #include <vector> -#include "base/string16.h" +#include "base/strings/string16.h" struct URLPrefix; typedef std::vector<URLPrefix> URLPrefixes; |