diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 22:31:58 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 22:31:58 +0000 |
commit | a8c229cc41f24d97c3d44b32e4a3206984b56845 (patch) | |
tree | 03f676fb62d874bf0be0184c4b4f0586afb8c5da /chrome/browser/tabs | |
parent | f8502681d0b8feedc74ad467364eb72d185b5856 (diff) | |
download | chromium_src-a8c229cc41f24d97c3d44b32e4a3206984b56845.zip chromium_src-a8c229cc41f24d97c3d44b32e4a3206984b56845.tar.gz chromium_src-a8c229cc41f24d97c3d44b32e4a3206984b56845.tar.bz2 |
Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6260001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71368 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tabs')
-rw-r--r-- | chrome/browser/tabs/pinned_tab_codec_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tabs/pinned_tab_codec_unittest.cc b/chrome/browser/tabs/pinned_tab_codec_unittest.cc index 6737c01..7030b18 100644 --- a/chrome/browser/tabs/pinned_tab_codec_unittest.cc +++ b/chrome/browser/tabs/pinned_tab_codec_unittest.cc @@ -7,6 +7,7 @@ #include "chrome/browser/tabs/pinned_tab_codec.h" #include "chrome/browser/tabs/tab_strip_model.h" +#include "chrome/browser/ui/browser.h" #include "chrome/test/browser_with_test_window_test.h" #include "chrome/test/testing_profile.h" #include "testing/gtest/include/gtest/gtest.h" @@ -62,4 +63,3 @@ TEST_F(PinnedTabCodecTest, PinnedAndNonPinned) { std::string result = TabsToString(PinnedTabCodec::ReadPinnedTabs(profile())); EXPECT_EQ("http://www.google.com/::pinned:", result); } - |