Index: chrome/browser/ui/webui/options2/advanced_options_utils2_x11.cc |
diff --git a/chrome/browser/ui/webui/options2/advanced_options_utils2_x11.cc b/chrome/browser/ui/webui/options2/advanced_options_utils2_x11.cc |
index 914751da385832def4f8ce6ac11d517347659ec2..e326145bf95fa69d6877f1f030f29561dc4916b6 100644 |
--- a/chrome/browser/ui/webui/options2/advanced_options_utils2_x11.cc |
+++ b/chrome/browser/ui/webui/options2/advanced_options_utils2_x11.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -150,7 +150,7 @@ void AdvancedOptionsUtilities::ShowNetworkProxySettings( |
BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, |
base::Bind(&DetectAndStartProxyConfigUtil, |
web_contents->GetRenderProcessHost()->GetID(), |
- web_contents->GetRenderViewHost()->routing_id())); |
+ web_contents->GetRenderViewHost()->GetRoutingID())); |
} |
} // namespace options2 |