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

Unified Diff: chrome/browser/importer/importer_data_types.h

Issue 3522004: FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/importer/importer_data_types.h
diff --git a/chrome/browser/importer/importer_data_types.h b/chrome/browser/importer/importer_data_types.h
index e4af8fb3e7b509f84da2fc9db30e11ba5a12dc64..f937d40f6cc62cbbd97b10639b91d50f8856ac96 100644
--- a/chrome/browser/importer/importer_data_types.h
+++ b/chrome/browser/importer/importer_data_types.h
@@ -46,6 +46,9 @@ enum ProfileType {
// Information about a profile needed by an importer to do import work.
struct ProfileInfo {
+ ProfileInfo();
+ ~ProfileInfo();
+
std::wstring description;
importer::ProfileType browser_type;
FilePath source_path;

Powered by Google App Engine
This is Rietveld 408576698