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

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

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflicts Created 7 years, 6 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/sequenced_task_runner_helpers.h"
19 #include "base/synchronization/waitable_event.h" 19 #include "base/synchronization/waitable_event.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/bookmarks/bookmark_model_observer.h" 22 #include "chrome/browser/bookmarks/bookmark_model_observer.h"
23 #include "components/autofill/browser/personal_data_manager.h" 23 #include "components/autofill/core/browser/personal_data_manager.h"
24 #include "components/autofill/browser/personal_data_manager_observer.h" 24 #include "components/autofill/core/browser/personal_data_manager_observer.h"
25 #if defined(OS_CHROMEOS) 25 #if defined(OS_CHROMEOS)
26 #include "chrome/browser/chromeos/cros/network_library.h" 26 #include "chrome/browser/chromeos/cros/network_library.h"
27 #include "chrome/browser/chromeos/login/enrollment/enrollment_screen.h" 27 #include "chrome/browser/chromeos/login/enrollment/enrollment_screen.h"
28 #include "chrome/browser/chromeos/login/login_status_consumer.h" 28 #include "chrome/browser/chromeos/login/login_status_consumer.h"
29 #include "chrome/browser/chromeos/login/user_manager.h" 29 #include "chrome/browser/chromeos/login/user_manager.h"
30 #include "chrome/browser/chromeos/login/wizard_controller.h" 30 #include "chrome/browser/chromeos/login/wizard_controller.h"
31 #endif // defined(OS_CHROMEOS) 31 #endif // defined(OS_CHROMEOS)
32 #include "chrome/browser/common/cancelable_request.h" 32 #include "chrome/browser/common/cancelable_request.h"
33 #include "chrome/browser/download/all_download_item_notifier.h" 33 #include "chrome/browser/download/all_download_item_notifier.h"
34 #include "chrome/browser/history/history_service.h" 34 #include "chrome/browser/history/history_service.h"
(...skipping 1640 matching lines...) Expand 10 before | Expand all | Expand 10 after
1675 base::WeakPtr<AutomationProvider> automation_; 1675 base::WeakPtr<AutomationProvider> automation_;
1676 scoped_ptr<IPC::Message> reply_message_; 1676 scoped_ptr<IPC::Message> reply_message_;
1677 int new_window_id_; 1677 int new_window_id_;
1678 int num_loads_; 1678 int num_loads_;
1679 1679
1680 DISALLOW_COPY_AND_ASSIGN( 1680 DISALLOW_COPY_AND_ASSIGN(
1681 BrowserOpenedWithExistingProfileNotificationObserver); 1681 BrowserOpenedWithExistingProfileNotificationObserver);
1682 }; 1682 };
1683 1683
1684 #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_ 1684 #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_
OLDNEW
« no previous file with comments | « chrome/browser/automation/automation_provider.h ('k') | chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698