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

Unified Diff: chrome/browser/importer/in_process_importer_bridge.cc

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix include on mac Created 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/importer/in_process_importer_bridge.cc
diff --git a/chrome/browser/importer/in_process_importer_bridge.cc b/chrome/browser/importer/in_process_importer_bridge.cc
index 61d09d21ea531b13e04ae1679c9519470bd7f571..742deb7d6971f6cb83d56d01568a13caf4358552 100644
--- a/chrome/browser/importer/in_process_importer_bridge.cc
+++ b/chrome/browser/importer/in_process_importer_bridge.cc
@@ -54,7 +54,7 @@ history::VisitSource ConvertImporterVisitSourceToHistoryVisitSource(
return history::SOURCE_IE_IMPORTED;
case importer::VISIT_SOURCE_SAFARI_IMPORTED:
return history::SOURCE_SAFARI_IMPORTED;
- }
+ };
NOTREACHED();
gab 2013/07/09 20:48:31 I think these last 2 lines can be removed.
scottmg 2013/07/09 21:16:45 I think they should be kept in case new enums are
gab 2013/07/09 21:29:43 Well if they are removed and new enums are added,
scottmg 2013/07/09 23:03:09 I don't believe that's true. e.g. win vs2010 relea
return history::SOURCE_SYNCED;
}

Powered by Google App Engine
This is Rietveld 408576698