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

Side by Side Diff: chrome/browser/chromeos/frame/panel_controller.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_
6 #define CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ 6 #define CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 10
11 #include "third_party/cros_system_api/window_manager/chromeos_wm_ipc_enums.h" 11 #include "third_party/cros_system_api/window_manager/chromeos_wm_ipc_enums.h"
12 #include "ui/base/x/x11_util.h" 12 #include "ui/base/x/x11_util.h"
13 #include "views/controls/button/button.h" 13 #include "views/controls/button/button.h"
14 14
15 class BrowserView;
16 class SkBitmap; 15 class SkBitmap;
17 typedef unsigned long XID; 16 typedef unsigned long XID;
18 17
19 namespace base { 18 namespace base {
20 class Time; 19 class Time;
21 } 20 }
22 21
23 namespace views { 22 namespace views {
24 class ImageButton; 23 class ImageButton;
25 class ImageView; 24 class ImageView;
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 173
175 // Timestamp to prevent setting urgent immediately after clearing it. 174 // Timestamp to prevent setting urgent immediately after clearing it.
176 base::TimeTicks urgent_cleared_time_; 175 base::TimeTicks urgent_cleared_time_;
177 176
178 DISALLOW_COPY_AND_ASSIGN(PanelController); 177 DISALLOW_COPY_AND_ASSIGN(PanelController);
179 }; 178 };
180 179
181 } // namespace chromeos 180 } // namespace chromeos
182 181
183 #endif // CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_ 182 #endif // CHROME_BROWSER_CHROMEOS_FRAME_PANEL_CONTROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/frame/browser_view.h ('k') | chrome/browser/chromeos/login/background_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698