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

Unified Diff: chrome/browser/history/history_marshaling.h

Issue 151168: Moved typedef of RedirectList from HistoryService class to history namespace.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/history_backend_unittest.cc ('k') | chrome/browser/history/history_notifications.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_marshaling.h
===================================================================
--- chrome/browser/history/history_marshaling.h (revision 19748)
+++ chrome/browser/history/history_marshaling.h (working copy)
@@ -25,7 +25,7 @@
const void* arg_id_scope,
int32 arg_page_id,
const GURL& arg_referrer,
- const HistoryService::RedirectList& arg_redirects,
+ const history::RedirectList& arg_redirects,
PageTransition::Type arg_transition,
bool arg_did_replace_entry)
: url(arg_url),
@@ -45,7 +45,7 @@
int32 page_id;
GURL referrer;
- HistoryService::RedirectList redirects;
+ history::RedirectList redirects;
PageTransition::Type transition;
bool did_replace_entry;
@@ -64,7 +64,7 @@
QueryHistoryRequest;
typedef CancelableRequest1<HistoryService::QueryRedirectsCallback,
- HistoryService::RedirectList>
+ history::RedirectList>
QueryRedirectsRequest;
typedef CancelableRequest<HistoryService::GetVisitCountToHostCallback>
« no previous file with comments | « chrome/browser/history/history_backend_unittest.cc ('k') | chrome/browser/history/history_notifications.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698