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

Side by Side Diff: chrome/browser/find_bar_controller.h

Issue 3120021: FBTF: Header cleanup in chrome/common part 2. The majority of the changed files (Closed)
Patch Set: Win fix 2. Created 10 years, 4 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
« no previous file with comments | « chrome/browser/extensions/user_script_master.h ('k') | chrome/browser/google_url_tracker.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_FIND_BAR_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_FIND_BAR_CONTROLLER_H_
6 #define CHROME_BROWSER_FIND_BAR_CONTROLLER_H_ 6 #define CHROME_BROWSER_FIND_BAR_CONTROLLER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/scoped_ptr.h" 10 #include "base/scoped_ptr.h"
11 #include "chrome/common/notification_observer.h"
11 #include "chrome/common/notification_registrar.h" 12 #include "chrome/common/notification_registrar.h"
12 13
13 namespace gfx { 14 namespace gfx {
14 class Rect; 15 class Rect;
15 } 16 }
16 17
17 class FindBar; 18 class FindBar;
18 class TabContents; 19 class TabContents;
19 20
20 class FindBarController : public NotificationObserver { 21 class FindBarController : public NotificationObserver {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 TabContents* tab_contents_; 80 TabContents* tab_contents_;
80 81
81 // The last match count we reported to the user. This is used by 82 // The last match count we reported to the user. This is used by
82 // UpdateFindBarForCurrentResult to avoid flickering. 83 // UpdateFindBarForCurrentResult to avoid flickering.
83 int last_reported_matchcount_; 84 int last_reported_matchcount_;
84 85
85 DISALLOW_COPY_AND_ASSIGN(FindBarController); 86 DISALLOW_COPY_AND_ASSIGN(FindBarController);
86 }; 87 };
87 88
88 #endif // CHROME_BROWSER_FIND_BAR_CONTROLLER_H_ 89 #endif // CHROME_BROWSER_FIND_BAR_CONTROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/user_script_master.h ('k') | chrome/browser/google_url_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698