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

Side by Side Diff: chrome/browser/ui/views/location_bar/content_setting_image_view.h

Issue 8687031: views: Move the remaining files to ui/views/controls/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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) 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_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "base/string16.h" 11 #include "base/string16.h"
12 #include "chrome/common/content_settings_types.h" 12 #include "chrome/common/content_settings_types.h"
13 #include "ui/base/animation/linear_animation.h" 13 #include "ui/base/animation/linear_animation.h"
14 #include "views/controls/image_view.h" 14 #include "ui/views/controls/image_view.h"
15 15
16 class ContentSettingImageModel; 16 class ContentSettingImageModel;
17 class ContentSettingBubbleContents; 17 class ContentSettingBubbleContents;
18 class LocationBarView; 18 class LocationBarView;
19 class TabContents; 19 class TabContents;
20 20
21 namespace views { 21 namespace views {
22 class MouseEvent; 22 class MouseEvent;
23 } 23 }
24 24
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 string16 animated_text_; 56 string16 animated_text_;
57 bool animation_in_progress_; 57 bool animation_in_progress_;
58 int text_size_; 58 int text_size_;
59 int visible_text_size_; 59 int visible_text_size_;
60 gfx::Insets saved_insets_; 60 gfx::Insets saved_insets_;
61 61
62 DISALLOW_IMPLICIT_CONSTRUCTORS(ContentSettingImageView); 62 DISALLOW_IMPLICIT_CONSTRUCTORS(ContentSettingImageView);
63 }; 63 };
64 64
65 #endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_ 65 #endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/js_modal_dialog_views.cc ('k') | chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698