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

Side by Side Diff: chrome/browser/ui/panels/panel.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_UI_PANELS_PANEL_H_ 5 #ifndef CHROME_BROWSER_UI_PANELS_PANEL_H_
6 #define CHROME_BROWSER_UI_PANELS_PANEL_H_ 6 #define CHROME_BROWSER_UI_PANELS_PANEL_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/gtest_prod_util.h"
11 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
13 #include "base/strings/string16.h" 12 #include "base/strings/string16.h"
14 #include "chrome/browser/command_updater.h" 13 #include "chrome/browser/command_updater.h"
15 #include "chrome/browser/command_updater_delegate.h" 14 #include "chrome/browser/command_updater_delegate.h"
16 #include "chrome/browser/ui/panels/panel_constants.h" 15 #include "chrome/browser/ui/panels/panel_constants.h"
17 #include "components/sessions/core/session_id.h" 16 #include "components/sessions/core/session_id.h"
18 #include "content/public/browser/notification_observer.h" 17 #include "content/public/browser/notification_observer.h"
19 #include "content/public/browser/notification_registrar.h" 18 #include "content/public/browser/notification_registrar.h"
20 #include "content/public/browser/web_contents_observer.h" 19 #include "content/public/browser/web_contents_observer.h"
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 405
407 // Icon showed in the task bar. 406 // Icon showed in the task bar.
408 gfx::Image app_icon_; 407 gfx::Image app_icon_;
409 408
410 base::WeakPtrFactory<Panel> image_loader_ptr_factory_; 409 base::WeakPtrFactory<Panel> image_loader_ptr_factory_;
411 410
412 DISALLOW_COPY_AND_ASSIGN(Panel); 411 DISALLOW_COPY_AND_ASSIGN(Panel);
413 }; 412 };
414 413
415 #endif // CHROME_BROWSER_UI_PANELS_PANEL_H_ 414 #endif // CHROME_BROWSER_UI_PANELS_PANEL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698