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

Unified Diff: webkit/glue/back_forward_list_client_impl.h

Issue 19535: Cleanup in webkit/glue/ (Closed)
Patch Set: Created 11 years, 11 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 | « webkit/glue/autofill_form.h ('k') | webkit/glue/back_forward_list_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/back_forward_list_client_impl.h
diff --git a/webkit/glue/back_forward_list_client_impl.h b/webkit/glue/back_forward_list_client_impl.h
index 0a4637689ba9253e7a4cfff52fa77f364b04aaeb..1a26c35b63f2fa8624fcce2c1a1b9a178c502166 100644
--- a/webkit/glue/back_forward_list_client_impl.h
+++ b/webkit/glue/back_forward_list_client_impl.h
@@ -20,7 +20,7 @@ class BackForwardListClientImpl : public WebCore::BackForwardListClient {
~BackForwardListClientImpl();
void SetCurrentHistoryItem(WebCore::HistoryItem* item);
- WebCore::HistoryItem* GetPreviousHistoryItem();
+ WebCore::HistoryItem* GetPreviousHistoryItem() const;
private:
// WebCore::BackForwardListClient methods:
« no previous file with comments | « webkit/glue/autofill_form.h ('k') | webkit/glue/back_forward_list_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698