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

Unified Diff: ash/system/network/tray_network.h

Issue 9702035: Revert 126700 because it broke clang on chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/shell.cc ('k') | ash/system/network/tray_network.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/network/tray_network.h
===================================================================
--- ash/system/network/tray_network.h (revision 126705)
+++ ash/system/network/tray_network.h (working copy)
@@ -15,7 +15,6 @@
namespace tray {
class NetworkDefaultView;
-class NetworkDetailedView;
class NetworkTrayView;
}
@@ -39,7 +38,6 @@
scoped_ptr<tray::NetworkTrayView> tray_;
scoped_ptr<tray::NetworkDefaultView> default_;
- scoped_ptr<tray::NetworkDetailedView> detailed_;
DISALLOW_COPY_AND_ASSIGN(TrayNetwork);
};
« no previous file with comments | « ash/shell.cc ('k') | ash/system/network/tray_network.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698