summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
diff options
context:
space:
mode:
authormeelapshah@chromium.org <meelapshah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 21:50:33 +0000
committermeelapshah@chromium.org <meelapshah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 21:50:33 +0000
commit379c2b1a13d25f8457e0d602cab20e42961825bd (patch)
tree268a4574a8f2a7cc6da3cea7dc11a7fc1877d735 /chrome/browser/automation
parenta0ac629c9409d6b268f51fea12a4b284870e7095 (diff)
downloadchromium_src-379c2b1a13d25f8457e0d602cab20e42961825bd.zip
chromium_src-379c2b1a13d25f8457e0d602cab20e42961825bd.tar.gz
chromium_src-379c2b1a13d25f8457e0d602cab20e42961825bd.tar.bz2
Moved typedef of RedirectList from HistoryService class to history namespace.
Review URL: http://codereview.chromium.org/151168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation')
-rwxr-xr-xchrome/browser/automation/automation_provider.cc2
-rw-r--r--chrome/browser/automation/automation_provider.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
index 8f15e06..d43bab6 100755
--- a/chrome/browser/automation/automation_provider.cc
+++ b/chrome/browser/automation/automation_provider.cc
@@ -1809,7 +1809,7 @@ void AutomationProvider::OnRedirectQueryComplete(
HistoryService::Handle request_handle,
GURL from_url,
bool success,
- HistoryService::RedirectList* redirects) {
+ history::RedirectList* redirects) {
DCHECK(request_handle == redirect_query_);
DCHECK(reply_message_ != NULL);
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index 6701655..cbbc23c 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -460,7 +460,7 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
HistoryService::Handle request_handle,
GURL from_url,
bool success,
- HistoryService::RedirectList* redirects);
+ history::RedirectList* redirects);
// Determine if the message from the external host represents a browser
// event, and if so dispatch it.