| Index: chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc b/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| index 1ec3ef637419f5279f4e506467b2dc22dd109fc0..0c5d4129882fb0eb83470ca0d8d331635a219f4d 100644
|
| --- a/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc
|
| @@ -10,6 +10,8 @@
|
| #include "content/test/test_browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| class BookmarkExpandedStateTrackerTest : public testing::Test {
|
| public:
|
| BookmarkExpandedStateTrackerTest();
|
|
|