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

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

Issue 3035: Move importer files into an importer subdirectory. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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
« no previous file with comments | « chrome/browser/views/first_run_view_base.h ('k') | chrome/test/unit/unittests.vcproj » ('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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_IMPORTER_VIEW_H__ 5 #ifndef CHROME_BROWSER_VIEWS_IMPORTER_VIEW_H__
6 #define CHROME_BROWSER_VIEWS_IMPORTER_VIEW_H__ 6 #define CHROME_BROWSER_VIEWS_IMPORTER_VIEW_H__
7 7
8 #include "chrome/browser/importer.h" 8 #include "chrome/browser/importer/importer.h"
9 #include "chrome/views/combo_box.h" 9 #include "chrome/views/combo_box.h"
10 #include "chrome/views/dialog_delegate.h" 10 #include "chrome/views/dialog_delegate.h"
11 #include "chrome/views/native_button.h" 11 #include "chrome/views/native_button.h"
12 #include "chrome/views/view.h" 12 #include "chrome/views/view.h"
13 13
14 namespace ChromeViews { 14 namespace ChromeViews {
15 15
16 class CheckBox; 16 class CheckBox;
17 class Label; 17 class Label;
18 class Window; 18 class Window;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 scoped_refptr<ImporterHost> importer_host_; 70 scoped_refptr<ImporterHost> importer_host_;
71 71
72 Profile* profile_; 72 Profile* profile_;
73 73
74 DISALLOW_EVIL_CONSTRUCTORS(ImporterView); 74 DISALLOW_EVIL_CONSTRUCTORS(ImporterView);
75 }; 75 };
76 76
77 #endif // CHROME_BROWSER_VIEWS_IMPORTER_VIEW_H__ 77 #endif // CHROME_BROWSER_VIEWS_IMPORTER_VIEW_H__
78 78
OLDNEW
« no previous file with comments | « chrome/browser/views/first_run_view_base.h ('k') | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698