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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.cc

Issue 690943003: Move network_connect code to ui/chromeos/network (Take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « ash/system/system_notifier.cc ('k') | chrome/browser/chromeos/mobile/mobile_activator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
index 47824bd1e9eaa9f0b25b1f5c46aca6856d3be93e..0139f77c113d758effb068824383adc4a3725626 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
@@ -184,7 +184,7 @@ class DBusServices {
// Initialize the NetworkConnect handler.
network_connect_delegate_.reset(new NetworkConnectDelegateChromeOS);
- ash::NetworkConnect::Initialize(network_connect_delegate_.get());
+ ui::NetworkConnect::Initialize(network_connect_delegate_.get());
// Likewise, initialize the upgrade detector for Chrome OS. The upgrade
// detector starts to monitor changes from the update engine.
@@ -200,7 +200,7 @@ class DBusServices {
}
~DBusServices() {
- ash::NetworkConnect::Shutdown();
+ ui::NetworkConnect::Shutdown();
network_connect_delegate_.reset();
CertLibrary::Shutdown();
« no previous file with comments | « ash/system/system_notifier.cc ('k') | chrome/browser/chromeos/mobile/mobile_activator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698