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

Side by Side Diff: chrome/browser/views/database_info_view.h

Issue 3179017: FBTF: Remove "obviously" unneeded standard C++ library #includes. (Closed)
Patch Set: fixed mac oopsie 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
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_VIEWS_DATABASE_INFO_VIEW_H_ 5 #ifndef CHROME_BROWSER_VIEWS_DATABASE_INFO_VIEW_H_
6 #define CHROME_BROWSER_VIEWS_DATABASE_INFO_VIEW_H_ 6 #define CHROME_BROWSER_VIEWS_DATABASE_INFO_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string>
10 #include <vector>
11
12 #include "views/view.h" 9 #include "views/view.h"
13 #include "chrome/browser/browsing_data_database_helper.h" 10 #include "chrome/browser/browsing_data_database_helper.h"
14 11
15 namespace views { 12 namespace views {
16 class Label; 13 class Label;
17 class Textfield; 14 class Textfield;
18 } 15 }
19 16
20 /////////////////////////////////////////////////////////////////////////////// 17 ///////////////////////////////////////////////////////////////////////////////
21 // DatabaseInfoView 18 // DatabaseInfoView
(...skipping 28 matching lines...) Expand all
50 views::Textfield* name_value_field_; 47 views::Textfield* name_value_field_;
51 views::Textfield* description_value_field_; 48 views::Textfield* description_value_field_;
52 views::Textfield* size_value_field_; 49 views::Textfield* size_value_field_;
53 views::Textfield* last_modified_value_field_; 50 views::Textfield* last_modified_value_field_;
54 51
55 DISALLOW_COPY_AND_ASSIGN(DatabaseInfoView); 52 DISALLOW_COPY_AND_ASSIGN(DatabaseInfoView);
56 }; 53 };
57 54
58 55
59 #endif // CHROME_BROWSER_VIEWS_DATABASE_INFO_VIEW_H_ 56 #endif // CHROME_BROWSER_VIEWS_DATABASE_INFO_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/views/create_application_shortcut_view.h ('k') | chrome/browser/views/frame/browser_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698