diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-20 17:14:28 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-20 17:14:28 +0000 |
commit | 5e7cd55b861b927171e27341005ab74e3bec21eb (patch) | |
tree | bbdbd632fd8739ee30cabe496e6a920d22b51ec8 /chrome/browser/bookmarks | |
parent | 6220de3d6db97111f6c9d43427552c8ba82ebb0a (diff) | |
download | chromium_src-5e7cd55b861b927171e27341005ab74e3bec21eb.zip chromium_src-5e7cd55b861b927171e27341005ab74e3bec21eb.tar.gz chromium_src-5e7cd55b861b927171e27341005ab74e3bec21eb.tar.bz2 |
FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in src/chrome.
BUG=23581
TEST=builds
Review URL: http://codereview.chromium.org/3181028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_editor.h b/chrome/browser/bookmarks/bookmark_editor.h index 63e3b62..43e2816 100644 --- a/chrome/browser/bookmarks/bookmark_editor.h +++ b/chrome/browser/bookmarks/bookmark_editor.h @@ -6,7 +6,6 @@ #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_EDITOR_H_ #pragma once -#include <string> #include <utility> #include <vector> |