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

Side by Side Diff: chrome/browser/ui/browser_list.h

Issue 2694813005: Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_BROWSER_LIST_H_ 5 #ifndef CHROME_BROWSER_UI_BROWSER_LIST_H_
6 #define CHROME_BROWSER_UI_BROWSER_LIST_H_ 6 #define CHROME_BROWSER_UI_BROWSER_LIST_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/callback_forward.h"
13 #include "base/lazy_instance.h" 12 #include "base/lazy_instance.h"
14 #include "base/macros.h" 13 #include "base/macros.h"
15 #include "base/observer_list.h" 14 #include "base/observer_list.h"
16 15
17 class Browser; 16 class Browser;
18 class Profile; 17 class Profile;
19 18
20 namespace base { 19 namespace base {
21 class FilePath; 20 class FilePath;
22 } 21 }
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 // removal across all BrowserLists. 147 // removal across all BrowserLists.
149 static base::LazyInstance< 148 static base::LazyInstance<
150 base::ObserverList<chrome::BrowserListObserver>>::Leaky observers_; 149 base::ObserverList<chrome::BrowserListObserver>>::Leaky observers_;
151 150
152 static BrowserList* instance_; 151 static BrowserList* instance_;
153 152
154 DISALLOW_COPY_AND_ASSIGN(BrowserList); 153 DISALLOW_COPY_AND_ASSIGN(BrowserList);
155 }; 154 };
156 155
157 #endif // CHROME_BROWSER_UI_BROWSER_LIST_H_ 156 #endif // CHROME_BROWSER_UI_BROWSER_LIST_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_screenshot_grabber.cc ('k') | chrome/browser/ui/desktop_ios_promotion/sms_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698