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

Unified Diff: chrome/utility/importer/firefox3_importer.cc

Issue 19569006: Use a direct include of the message_loop header in chrome/test/, chrome/tools/, chrome/utility/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/utility/importer/firefox3_importer.cc
diff --git a/chrome/utility/importer/firefox3_importer.cc b/chrome/utility/importer/firefox3_importer.cc
index bdc5559dd15c3bb4b7f2ac7b0946e0b7949aa896..ac2198787a9203aebba4c1928c558ad1422e1de4 100644
--- a/chrome/utility/importer/firefox3_importer.cc
+++ b/chrome/utility/importer/firefox3_importer.cc
@@ -9,7 +9,7 @@
#include "base/file_util.h"
#include "base/files/file_enumerator.h"
#include "base/memory/scoped_ptr.h"
-#include "base/message_loop.h"
+#include "base/message_loop/message_loop.h"
#include "base/stl_util.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698