diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 06:10:26 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 06:10:26 +0000 |
commit | f2c444980e5e4aac875b96cb911b0d347f3d81c5 (patch) | |
tree | 04c3302ff20abbd9555f0e6a32582602e89975b4 /chrome/browser/bookmarks/bookmark_index.h | |
parent | 31f2cdc6430c2de085f69c48652ecbd4173035ac (diff) | |
download | chromium_src-f2c444980e5e4aac875b96cb911b0d347f3d81c5.zip chromium_src-f2c444980e5e4aac875b96cb911b0d347f3d81c5.tar.gz chromium_src-f2c444980e5e4aac875b96cb911b0d347f3d81c5.tar.bz2 |
Fix Linux Bustage from new CL where it is missing string import
Patch by Mohamed Mansour.
R=abarth
BUG=6646
TEST=compiles
http://codereview.chromium.org/113573
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_index.h')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/bookmarks/bookmark_index.h b/chrome/browser/bookmarks/bookmark_index.h index 22c2ff5..98a6a57 100644 --- a/chrome/browser/bookmarks/bookmark_index.h +++ b/chrome/browser/bookmarks/bookmark_index.h @@ -8,6 +8,7 @@ #include <list> #include <map> #include <set> +#include <string> #include <vector> #include "base/basictypes.h" |