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

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

Issue 2695823008: Add missing #include around sequenced_worker_pool.h in //chrome (Closed)
Patch Set: sync_websocket_impl & wizard_controller 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"
12 #include "base/lazy_instance.h" 13 #include "base/lazy_instance.h"
13 #include "base/macros.h" 14 #include "base/macros.h"
14 #include "base/observer_list.h" 15 #include "base/observer_list.h"
15 16
16 class Browser; 17 class Browser;
17 class Profile; 18 class Profile;
18 19
19 namespace base { 20 namespace base {
20 class FilePath; 21 class FilePath;
21 } 22 }
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 // removal across all BrowserLists. 148 // removal across all BrowserLists.
148 static base::LazyInstance< 149 static base::LazyInstance<
149 base::ObserverList<chrome::BrowserListObserver>>::Leaky observers_; 150 base::ObserverList<chrome::BrowserListObserver>>::Leaky observers_;
150 151
151 static BrowserList* instance_; 152 static BrowserList* instance_;
152 153
153 DISALLOW_COPY_AND_ASSIGN(BrowserList); 154 DISALLOW_COPY_AND_ASSIGN(BrowserList);
154 }; 155 };
155 156
156 #endif // CHROME_BROWSER_UI_BROWSER_LIST_H_ 157 #endif // CHROME_BROWSER_UI_BROWSER_LIST_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/app_list_test_util.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