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

Side by Side Diff: components/ui/zoom/zoom_controller.h

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « components/ui/zoom/page_zoom_constants.h ('k') | components/ui/zoom/zoom_event_manager.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) 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 COMPONENTS_UI_ZOOM_ZOOM_CONTROLLER_H_ 5 #ifndef COMPONENTS_UI_ZOOM_ZOOM_CONTROLLER_H_
6 #define COMPONENTS_UI_ZOOM_ZOOM_CONTROLLER_H_ 6 #define COMPONENTS_UI_ZOOM_ZOOM_CONTROLLER_H_
7 7
8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/macros.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/observer_list.h" 12 #include "base/observer_list.h"
13 #include "base/prefs/pref_member.h" 13 #include "base/prefs/pref_member.h"
14 #include "content/public/browser/host_zoom_map.h" 14 #include "content/public/browser/host_zoom_map.h"
15 #include "content/public/browser/web_contents_observer.h" 15 #include "content/public/browser/web_contents_observer.h"
16 #include "content/public/browser/web_contents_user_data.h" 16 #include "content/public/browser/web_contents_user_data.h"
17 17
18 class ZoomControllerTest; 18 class ZoomControllerTest;
19 19
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 content::HostZoomMap* host_zoom_map_; 194 content::HostZoomMap* host_zoom_map_;
195 195
196 scoped_ptr<content::HostZoomMap::Subscription> zoom_subscription_; 196 scoped_ptr<content::HostZoomMap::Subscription> zoom_subscription_;
197 197
198 DISALLOW_COPY_AND_ASSIGN(ZoomController); 198 DISALLOW_COPY_AND_ASSIGN(ZoomController);
199 }; 199 };
200 200
201 } // namespace ui_zoom 201 } // namespace ui_zoom
202 202
203 #endif // COMPONENTS_UI_ZOOM_ZOOM_CONTROLLER_H_ 203 #endif // COMPONENTS_UI_ZOOM_ZOOM_CONTROLLER_H_
OLDNEW
« no previous file with comments | « components/ui/zoom/page_zoom_constants.h ('k') | components/ui/zoom/zoom_event_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698