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

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

Issue 3133022: sync: take two for: "Added classes to enable session sync... (Closed)
Patch Set: 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
« no previous file with comments | « chrome/browser/sync/syncable/model_type.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/sync/syncable/model_type.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698