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

Unified Diff: chrome/browser/chromeos/status/network_menu.h

Issue 8538002: Cleanup: Remove unneeded forward declarations from chrome/browser/chromeos. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix a small nit Created 9 years, 1 month 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
Index: chrome/browser/chromeos/status/network_menu.h
===================================================================
--- chrome/browser/chromeos/status/network_menu.h (revision 110049)
+++ chrome/browser/chromeos/status/network_menu.h (working copy)
@@ -14,20 +14,6 @@
#include "ui/gfx/native_widget_types.h" // gfx::NativeWindow
#include "views/controls/menu/view_menu_delegate.h"
-namespace {
-
-const int kMainCommandIndexOffset = 1000;
-const int kVPNCommandIndexOffset = 2000;
-const int kMoreCommandIndexOffset = 3000;
-
-} // namespace
-
-class SkBitmap;
-
-namespace gfx {
-class Canvas;
-}
-
namespace ui {
class MenuModel;
}
« no previous file with comments | « chrome/browser/chromeos/options/wifi_config_view.h ('k') | chrome/browser/chromeos/status/network_menu_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698