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

Side by Side Diff: chrome/browser/importer.h

Issue 1868: Moves bookmark related classes into bookmarks directory. There are no... (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/ie_importer.cc ('k') | chrome/browser/importer.cc » ('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_IMPORTER_H_ 5 #ifndef CHROME_BROWSER_IMPORTER_H_
6 #define CHROME_BROWSER_IMPORTER_H_ 6 #define CHROME_BROWSER_IMPORTER_H_
7 7
8 #include <set> 8 #include <set>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/message_loop.h" 12 #include "base/message_loop.h"
13 #include "base/ref_counted.h" 13 #include "base/ref_counted.h"
14 #include "chrome/browser/bookmark_bar_model.h" 14 #include "chrome/browser/bookmarks/bookmark_bar_model.h"
15 #include "chrome/browser/history/history_types.h" 15 #include "chrome/browser/history/history_types.h"
16 #include "chrome/browser/ie7_password.h" 16 #include "chrome/browser/ie7_password.h"
17 #include "chrome/browser/profile.h" 17 #include "chrome/browser/profile.h"
18 #include "chrome/browser/template_url.h" 18 #include "chrome/browser/template_url.h"
19 #include "chrome/browser/views/importer_lock_view.h" 19 #include "chrome/browser/views/importer_lock_view.h"
20 #include "chrome/common/notification_service.h" 20 #include "chrome/common/notification_service.h"
21 #include "googleurl/src/gurl.h" 21 #include "googleurl/src/gurl.h"
22 #include "webkit/glue/password_form.h" 22 #include "webkit/glue/password_form.h"
23 23
24 // An enumeration of the type of browsers that we support to import 24 // An enumeration of the type of browsers that we support to import
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 void StartImportingWithUI(HWND parent_window, 348 void StartImportingWithUI(HWND parent_window,
349 int16 items, 349 int16 items,
350 ImporterHost* coordinator, 350 ImporterHost* coordinator,
351 const ProfileInfo& source_profile, 351 const ProfileInfo& source_profile,
352 Profile* target_profile, 352 Profile* target_profile,
353 ImportObserver* observer, 353 ImportObserver* observer,
354 bool first_run); 354 bool first_run);
355 355
356 #endif // CHROME_BROWSER_IMPORTER_H__ 356 #endif // CHROME_BROWSER_IMPORTER_H__
357 357
OLDNEW
« no previous file with comments | « chrome/browser/ie_importer.cc ('k') | chrome/browser/importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698