Index: content/public/common/url_utils.cc |
diff --git a/content/public/common/url_utils.cc b/content/public/common/url_utils.cc |
index d2fb13bd0f72120ec06c93db2731c7c51deb8821..f977df0e0f085bc37df64413148944cb29c886ec 100644 |
--- a/content/public/common/url_utils.cc |
+++ b/content/public/common/url_utils.cc |
@@ -40,7 +40,7 @@ bool IsSavableURL(const GURL& url) { |
#if defined(OS_ANDROID) |
void SetMaxURLChars(size_t max_chars) { |
// Check that it is not used by a multiprocesses embedder |
- CommandLine* cmd = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* cmd = base::CommandLine::ForCurrentProcess(); |
CHECK(cmd->HasSwitch(switches::kSingleProcess)); |
g_max_url_size = max_chars; |
} |