diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-09 10:30:25 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-09 10:30:25 +0000 |
commit | 80d42818b9f89df2089de425ebfb6784a5592581 (patch) | |
tree | 20caab18c7df619142a5958353aac06610a5b30f /webkit/glue/bookmarklet_unittest.cc | |
parent | 3dfc5dc39fa4c3f9bf9b31be5958c5e8221a1830 (diff) | |
download | chromium_src-80d42818b9f89df2089de425ebfb6784a5592581.zip chromium_src-80d42818b9f89df2089de425ebfb6784a5592581.tar.gz chromium_src-80d42818b9f89df2089de425ebfb6784a5592581.tar.bz2 |
[GTTF] Reduce header dependencies in webkit
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/582015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/bookmarklet_unittest.cc')
-rw-r--r-- | webkit/glue/bookmarklet_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/bookmarklet_unittest.cc b/webkit/glue/bookmarklet_unittest.cc index 4da9838..5d8a364 100644 --- a/webkit/glue/bookmarklet_unittest.cc +++ b/webkit/glue/bookmarklet_unittest.cc @@ -6,6 +6,7 @@ #include "base/message_loop.h" #include "base/path_service.h" #include "base/string_util.h" +#include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" #include "webkit/tools/test_shell/test_shell_test.h" |