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

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 8566028: Cleanup: Remove more forward declarations in various chrome/browser directories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/automation/testing_automation_provider.h
===================================================================
--- chrome/browser/automation/testing_automation_provider.h (revision 110049)
+++ chrome/browser/automation/testing_automation_provider.h (working copy)
@@ -6,7 +6,9 @@
#define CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_
#pragma once
+#include <map>
#include <string>
+#include <vector>
#include "base/basictypes.h"
#include "base/compiler_specific.h"
@@ -27,8 +29,9 @@
#include "chrome/browser/chromeos/dbus/power_manager_client.h"
#endif // defined(OS_CHROMEOS)
+class AutofillProfile;
+class CreditCard;
class ImporterList;
-class TemplateURLService;
namespace base {
class DictionaryValue;
@@ -44,9 +47,8 @@
public importer::ImporterListObserver,
#if defined(OS_CHROMEOS)
public chromeos::PowerManagerClient::Observer,
-#endif // defined(OS_CHROMEOS)
+#endif // defined(OS_CHROMEOS)
public content::NotificationObserver {
-
public:
explicit TestingAutomationProvider(Profile* profile);
@@ -265,7 +267,7 @@
// Get the bookmarks as a JSON string.
void GetBookmarksAsJSON(int handle, std::string* bookmarks_as_json,
- bool *success);
+ bool* success);
// Wait for the bookmark model to load.
void WaitForBookmarkModelToLoad(int handle, IPC::Message* reply_message);

Powered by Google App Engine
This is Rietveld 408576698