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

Unified Diff: chrome/browser/ui/webui/ntp/new_tab_ui.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/ui/webui/ntp/new_tab_ui.h
===================================================================
--- chrome/browser/ui/webui/ntp/new_tab_ui.h (revision 92173)
+++ chrome/browser/ui/webui/ntp/new_tab_ui.h (working copy)
@@ -43,7 +43,7 @@
// Adds "url", "title", and "direction" keys on incoming dictionary, setting
// title as the url as a fallback on empty title.
- static void SetURLTitleAndDirection(DictionaryValue* dictionary,
+ static void SetURLTitleAndDirection(base::DictionaryValue* dictionary,
const string16& title,
const GURL& gurl);
@@ -51,7 +51,7 @@
// by the NTP and adds them to the given list value.
static void AddRecentlyClosedEntries(
const TabRestoreService::Entries& entries,
- ListValue* entry_list_value);
+ base::ListValue* entry_list_value);
// The current preference version.
static int current_pref_version() { return current_pref_version_; }
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h ('k') | chrome/browser/ui/webui/ntp/shown_sections_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698