Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1172)

Unified Diff: chrome/browser/views/bookmark_bar_view_unittest.cc

Issue 3184004: Added classes to enable session sync functionality. (Closed)
Patch Set: rebase changes Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/views/bookmark_bar_view_unittest.cc
diff --git a/chrome/browser/views/bookmark_bar_view_unittest.cc b/chrome/browser/views/bookmark_bar_view_unittest.cc
index 61249b66c2f756d5ce350865820a379faa2fa4e4..29be6788f706b663170607b84a01d958586cfe02 100644
--- a/chrome/browser/views/bookmark_bar_view_unittest.cc
+++ b/chrome/browser/views/bookmark_bar_view_unittest.cc
@@ -11,11 +11,9 @@
class BookmarkBarViewTest : public BrowserWithTestWindowTest {
public:
BookmarkBarViewTest()
- : ui_thread_(ChromeThread::UI, message_loop()),
- file_thread_(ChromeThread::FILE, message_loop()) {}
+ : file_thread_(ChromeThread::FILE, message_loop()) {}
private:
- ChromeThread ui_thread_;
ChromeThread file_thread_;
DISALLOW_COPY_AND_ASSIGN(BookmarkBarViewTest);

Powered by Google App Engine
This is Rietveld 408576698