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

Side by Side Diff: chrome/browser/ui/views/indexed_db_info_view.h

Issue 10805015: Move browsing_data_helper files into a separate directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome_frame build Created 8 years, 5 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 | 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_INDEXED_DB_INFO_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_INDEXED_DB_INFO_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_INDEXED_DB_INFO_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_INDEXED_DB_INFO_VIEW_H_
7 7
8 #include "chrome/browser/browsing_data_indexed_db_helper.h" 8 #include "chrome/browser/browsing_data/browsing_data_indexed_db_helper.h"
9 #include "ui/views/view.h" 9 #include "ui/views/view.h"
10 10
11 namespace views { 11 namespace views {
12 class Textfield; 12 class Textfield;
13 } 13 }
14 14
15 /////////////////////////////////////////////////////////////////////////////// 15 ///////////////////////////////////////////////////////////////////////////////
16 // IndexedDBInfoView 16 // IndexedDBInfoView
17 // 17 //
18 // Responsible for displaying a tabular grid of IndexedDB information. 18 // Responsible for displaying a tabular grid of IndexedDB information.
(...skipping 25 matching lines...) Expand all
44 44
45 // Individual property labels 45 // Individual property labels
46 views::Textfield* origin_value_field_; 46 views::Textfield* origin_value_field_;
47 views::Textfield* size_value_field_; 47 views::Textfield* size_value_field_;
48 views::Textfield* last_modified_value_field_; 48 views::Textfield* last_modified_value_field_;
49 49
50 DISALLOW_COPY_AND_ASSIGN(IndexedDBInfoView); 50 DISALLOW_COPY_AND_ASSIGN(IndexedDBInfoView);
51 }; 51 };
52 52
53 #endif // CHROME_BROWSER_UI_VIEWS_INDEXED_DB_INFO_VIEW_H_ 53 #endif // CHROME_BROWSER_UI_VIEWS_INDEXED_DB_INFO_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/collected_cookies_views.cc ('k') | chrome/browser/ui/views/local_storage_info_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698