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

Side by Side Diff: chrome/browser/ui/toolbar/wrench_menu_model.h

Issue 5544002: Move a bunch more browser stuff around.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_WRENCH_MENU_MODEL_H_ 5 #ifndef CHROME_BROWSER_UI_TOOLBAR_WRENCH_MENU_MODEL_H_
6 #define CHROME_BROWSER_WRENCH_MENU_MODEL_H_ 6 #define CHROME_BROWSER_UI_TOOLBAR_WRENCH_MENU_MODEL_H_
7 #pragma once 7 #pragma once
8 8
9 #include "app/menus/accelerator.h" 9 #include "app/menus/accelerator.h"
10 #include "app/menus/button_menu_item_model.h" 10 #include "app/menus/button_menu_item_model.h"
11 #include "app/menus/simple_menu_model.h" 11 #include "app/menus/simple_menu_model.h"
12 #include "base/scoped_ptr.h" 12 #include "base/scoped_ptr.h"
13 #include "chrome/browser/tabs/tab_strip_model_observer.h" 13 #include "chrome/browser/tabs/tab_strip_model_observer.h"
14 #include "chrome/common/notification_observer.h" 14 #include "chrome/common/notification_observer.h"
15 #include "chrome/common/notification_registrar.h" 15 #include "chrome/common/notification_registrar.h"
16 16
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 menus::AcceleratorProvider* provider_; // weak 139 menus::AcceleratorProvider* provider_; // weak
140 140
141 Browser* browser_; // weak 141 Browser* browser_; // weak
142 TabStripModel* tabstrip_model_; // weak 142 TabStripModel* tabstrip_model_; // weak
143 143
144 NotificationRegistrar registrar_; 144 NotificationRegistrar registrar_;
145 145
146 DISALLOW_COPY_AND_ASSIGN(WrenchMenuModel); 146 DISALLOW_COPY_AND_ASSIGN(WrenchMenuModel);
147 }; 147 };
148 148
149 #endif // CHROME_BROWSER_WRENCH_MENU_MODEL_H_ 149 #endif // CHROME_BROWSER_UI_TOOLBAR_WRENCH_MENU_MODEL_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_model.cc ('k') | chrome/browser/ui/toolbar/wrench_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698