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

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

Issue 174206: Bring up Firefox Password Import Unittest on OS X. (Closed)
Patch Set: Small fix Created 11 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) 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_FIREFOX3_IMPORTER_H_ 5 #ifndef CHROME_BROWSER_IMPORTER_FIREFOX3_IMPORTER_H_
6 #define CHROME_BROWSER_IMPORTER_FIREFOX3_IMPORTER_H_ 6 #define CHROME_BROWSER_IMPORTER_FIREFOX3_IMPORTER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 // Loads the favicons given in the map from the database, loads the data, 73 // Loads the favicons given in the map from the database, loads the data,
74 // and converts it into FaviconUsage structures. 74 // and converts it into FaviconUsage structures.
75 void LoadFavicons(sqlite3* db, 75 void LoadFavicons(sqlite3* db,
76 const FaviconMap& favicon_map, 76 const FaviconMap& favicon_map,
77 std::vector<history::ImportedFavIconUsage>* favicons); 77 std::vector<history::ImportedFavIconUsage>* favicons);
78 78
79 ProfileWriter* writer_; 79 ProfileWriter* writer_;
80 std::wstring source_path_; 80 std::wstring source_path_;
81 std::wstring app_path_; 81 std::wstring app_path_;
82 82
83 DISALLOW_EVIL_CONSTRUCTORS(Firefox3Importer); 83 DISALLOW_COPY_AND_ASSIGN(Firefox3Importer);
84 }; 84 };
85 85
86 #endif // CHROME_BROWSER_IMPORTER_FIREFOX3_IMPORTER_H_ 86 #endif // CHROME_BROWSER_IMPORTER_FIREFOX3_IMPORTER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698