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

Unified Diff: chrome/browser/prerender/prerender_manager.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/prerender/prerender_manager.h
===================================================================
--- chrome/browser/prerender/prerender_manager.h (revision 92173)
+++ chrome/browser/prerender/prerender_manager.h (working copy)
@@ -169,7 +169,7 @@
// Returns a Value object containing the active pages being prerendered, and
// a history of pages which were prerendered. The caller is responsible for
// deleting the return value.
- Value* GetAsValue() const;
+ base::Value* GetAsValue() const;
// Clears the data indicated by which bits of clear_flags are set.
//
@@ -308,7 +308,7 @@
// Returns a new Value representing the pages currently being prerendered. The
// caller is responsible for delete'ing the return value.
- Value* GetActivePrerendersAsValue() const;
+ base::Value* GetActivePrerendersAsValue() const;
// Destroys all pending prerenders using FinalStatus. Also deletes them as
// well as any swapped out TabContents queued for destruction.
« no previous file with comments | « chrome/browser/prerender/prerender_history.h ('k') | chrome/browser/printing/cloud_print/cloud_print_setup_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698