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

Side by Side Diff: trunk/src/chrome/browser/automation/automation_provider_observers.h

Issue 14985007: Revert 198844 "Move sequenced_task_runner to base/task" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
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_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_ 5 #ifndef CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_
6 #define CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_ 6 #define CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/callback.h" 14 #include "base/callback.h"
15 #include "base/compiler_specific.h" 15 #include "base/compiler_specific.h"
16 #include "base/memory/scoped_ptr.h" 16 #include "base/memory/scoped_ptr.h"
17 #include "base/memory/weak_ptr.h" 17 #include "base/memory/weak_ptr.h"
18 #include "base/sequenced_task_runner_helpers.h"
18 #include "base/synchronization/waitable_event.h" 19 #include "base/synchronization/waitable_event.h"
19 #include "base/task/sequenced_task_runner_helpers.h"
20 #include "base/values.h" 20 #include "base/values.h"
21 #include "chrome/browser/automation/automation_provider_json.h" 21 #include "chrome/browser/automation/automation_provider_json.h"
22 #include "chrome/browser/automation/automation_tab_helper.h" 22 #include "chrome/browser/automation/automation_tab_helper.h"
23 #include "chrome/browser/bookmarks/bookmark_model_observer.h" 23 #include "chrome/browser/bookmarks/bookmark_model_observer.h"
24 #include "components/autofill/browser/personal_data_manager.h" 24 #include "components/autofill/browser/personal_data_manager.h"
25 #include "components/autofill/browser/personal_data_manager_observer.h" 25 #include "components/autofill/browser/personal_data_manager_observer.h"
26 #if defined(OS_CHROMEOS) 26 #if defined(OS_CHROMEOS)
27 #include "chrome/browser/chromeos/cros/network_library.h" 27 #include "chrome/browser/chromeos/cros/network_library.h"
28 #include "chrome/browser/chromeos/login/enrollment/enrollment_screen.h" 28 #include "chrome/browser/chromeos/login/enrollment/enrollment_screen.h"
29 #include "chrome/browser/chromeos/login/login_status_consumer.h" 29 #include "chrome/browser/chromeos/login/login_status_consumer.h"
(...skipping 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 base::WeakPtr<AutomationProvider> automation_; 1801 base::WeakPtr<AutomationProvider> automation_;
1802 scoped_ptr<IPC::Message> reply_message_; 1802 scoped_ptr<IPC::Message> reply_message_;
1803 int new_window_id_; 1803 int new_window_id_;
1804 int num_loads_; 1804 int num_loads_;
1805 1805
1806 DISALLOW_COPY_AND_ASSIGN( 1806 DISALLOW_COPY_AND_ASSIGN(
1807 BrowserOpenedWithExistingProfileNotificationObserver); 1807 BrowserOpenedWithExistingProfileNotificationObserver);
1808 }; 1808 };
1809 1809
1810 #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_ 1810 #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698