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

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

Issue 10805015: Move browsing_data_helper files into a separate directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome_frame build Created 8 years, 5 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/autofill/personal_data_manager.h" 21 #include "chrome/browser/autofill/personal_data_manager.h"
22 #include "chrome/browser/autofill/personal_data_manager_observer.h" 22 #include "chrome/browser/autofill/personal_data_manager_observer.h"
23 #include "chrome/browser/automation/automation_provider_json.h" 23 #include "chrome/browser/automation/automation_provider_json.h"
24 #include "chrome/browser/automation/automation_tab_helper.h" 24 #include "chrome/browser/automation/automation_tab_helper.h"
25 #include "chrome/browser/bookmarks/bookmark_model_observer.h" 25 #include "chrome/browser/bookmarks/bookmark_model_observer.h"
26 #include "chrome/browser/browsing_data_remover.h" 26 #include "chrome/browser/browsing_data/browsing_data_remover.h"
27 #if defined(OS_CHROMEOS) 27 #if defined(OS_CHROMEOS)
28 #include "chrome/browser/chromeos/cros/network_library.h" 28 #include "chrome/browser/chromeos/cros/network_library.h"
29 #include "chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen. h" 29 #include "chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen. h"
30 #include "chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen_ actor.h" 30 #include "chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen_ actor.h"
31 #include "chrome/browser/chromeos/login/login_status_consumer.h" 31 #include "chrome/browser/chromeos/login/login_status_consumer.h"
32 #include "chrome/browser/chromeos/login/user_manager.h" 32 #include "chrome/browser/chromeos/login/user_manager.h"
33 #include "chrome/browser/chromeos/login/wizard_controller.h" 33 #include "chrome/browser/chromeos/login/wizard_controller.h"
34 #include "chrome/browser/chromeos/options/take_photo_dialog.h" 34 #include "chrome/browser/chromeos/options/take_photo_dialog.h"
35 #endif // defined(OS_CHROMEOS) 35 #endif // defined(OS_CHROMEOS)
36 #include "chrome/browser/cancelable_request.h" 36 #include "chrome/browser/cancelable_request.h"
(...skipping 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 base::WeakPtr<AutomationProvider> automation_; 1987 base::WeakPtr<AutomationProvider> automation_;
1988 scoped_ptr<IPC::Message> reply_message_; 1988 scoped_ptr<IPC::Message> reply_message_;
1989 int new_window_id_; 1989 int new_window_id_;
1990 int num_loads_; 1990 int num_loads_;
1991 1991
1992 DISALLOW_COPY_AND_ASSIGN( 1992 DISALLOW_COPY_AND_ASSIGN(
1993 BrowserOpenedWithExistingProfileNotificationObserver); 1993 BrowserOpenedWithExistingProfileNotificationObserver);
1994 }; 1994 };
1995 1995
1996 #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_ 1996 #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_
OLDNEW
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698