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

Unified Diff: ui/webui/web_ui_util.cc

Issue 17034006: Add base namespace to more values in sync and elsewhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « ui/webui/web_ui_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/web_ui_util.cc
diff --git a/ui/webui/web_ui_util.cc b/ui/webui/web_ui_util.cc
index aeefcc5cb1f4db3b522e2f467fdad4fe371491b0..4225514392419bfd9c0c69dcf97cb73c7aa6b745 100644
--- a/ui/webui/web_ui_util.cc
+++ b/ui/webui/web_ui_util.cc
@@ -58,7 +58,7 @@ std::string GetBitmapDataUrlFromResource(int res) {
return str_url;
}
-WindowOpenDisposition GetDispositionFromClick(const ListValue* args,
+WindowOpenDisposition GetDispositionFromClick(const base::ListValue* args,
int start_index) {
double button = 0.0;
bool alt_key = false;
@@ -127,7 +127,7 @@ void ParsePathAndScale(const GURL& url,
}
// static
-void SetFontAndTextDirection(DictionaryValue* localized_strings) {
+void SetFontAndTextDirection(base::DictionaryValue* localized_strings) {
int web_font_family_id = IDS_WEB_FONT_FAMILY;
int web_font_size_id = IDS_WEB_FONT_SIZE;
#if defined(OS_WIN)
« no previous file with comments | « ui/webui/web_ui_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698