| Index: chrome/browser/tabs/pinned_tab_codec_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/tabs/pinned_tab_codec_unittest.cc (revision 71345)
|
| +++ chrome/browser/tabs/pinned_tab_codec_unittest.cc (working copy)
|
| @@ -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 @@
|
| std::string result = TabsToString(PinnedTabCodec::ReadPinnedTabs(profile()));
|
| EXPECT_EQ("http://www.google.com/::pinned:", result);
|
| }
|
| -
|
|
|