summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAshish Sharma <ashishsharma@google.com>2011-08-09 23:39:30 -0700
committerAshish Sharma <ashishsharma@google.com>2011-08-09 23:47:16 -0700
commit0f10075b6c1c113a6918cd17b6910c1cd317a864 (patch)
tree2c60deacd881dc368a216c49c706f14d982ff464 /net
parente14dcc5a172cad1c4716af7ab94121a73c0c698e (diff)
downloadexternal_chromium-0f10075b6c1c113a6918cd17b6910c1cd317a864.zip
external_chromium-0f10075b6c1c113a6918cd17b6910c1cd317a864.tar.gz
external_chromium-0f10075b6c1c113a6918cd17b6910c1cd317a864.tar.bz2
external/chromium: Fix a comma typo.
Change-Id: Ia6cf2a11537db2fe61670f2544e33e8ac5e8c118
Diffstat (limited to 'net')
-rw-r--r--net/url_request/url_request_context.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/url_request/url_request_context.cc b/net/url_request/url_request_context.cc
index fa479a2..70e1d9b 100644
--- a/net/url_request/url_request_context.cc
+++ b/net/url_request/url_request_context.cc
@@ -26,8 +26,8 @@ URLRequestContext::URLRequestContext()
http_transaction_factory_(NULL),
ftp_transaction_factory_(NULL)
#ifdef ANDROID
- valid_uid_(false),
- calling_uid_(0),
+ , valid_uid_(false),
+ calling_uid_(0)
#endif
{}