diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 04:39:38 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 04:39:38 +0000 |
commit | 61c839f7ee945fa278ab415a0fbc790b023e65ad (patch) | |
tree | 72437ce47744b7e7fd868367ca9899899e252dcc /webkit/glue/bookmarklet_unittest.cc | |
parent | fdeae91eb3ac9cc18e5969cc65f3efb593005734 (diff) | |
download | chromium_src-61c839f7ee945fa278ab415a0fbc790b023e65ad.zip chromium_src-61c839f7ee945fa278ab415a0fbc790b023e65ad.tar.gz chromium_src-61c839f7ee945fa278ab415a0fbc790b023e65ad.tar.bz2 |
Some easy cleanup to remove unnecessary config.h and glue_util.h dependencies.
R=yaar
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/402032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32287 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/bookmarklet_unittest.cc')
-rw-r--r-- | webkit/glue/bookmarklet_unittest.cc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/webkit/glue/bookmarklet_unittest.cc b/webkit/glue/bookmarklet_unittest.cc index e6718c7..4da9838 100644 --- a/webkit/glue/bookmarklet_unittest.cc +++ b/webkit/glue/bookmarklet_unittest.cc @@ -2,16 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "config.h" - -#undef LOG - -#include "testing/gtest/include/gtest/gtest.h" - #include "base/file_util.h" #include "base/message_loop.h" #include "base/path_service.h" #include "base/string_util.h" +#include "testing/gtest/include/gtest/gtest.h" #include "webkit/tools/test_shell/test_shell_test.h" namespace { |