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

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

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « chrome/browser/google/google_update_win.h ('k') | chrome/browser/printing/print_job_worker_owner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/firefox_importer_unittest_utils.h
diff --git a/chrome/browser/importer/firefox_importer_unittest_utils.h b/chrome/browser/importer/firefox_importer_unittest_utils.h
index 1d6cc699781fbf87cc25d50eae23deb264d52b65..480b09e7349c55e4384b466ee72406faf60a3692 100644
--- a/chrome/browser/importer/firefox_importer_unittest_utils.h
+++ b/chrome/browser/importer/firefox_importer_unittest_utils.h
@@ -11,10 +11,14 @@
#include "chrome/browser/importer/nss_decryptor.h"
class FFDecryptorServerChannelListener;
+
+namespace base {
+class MessageLoopForIO;
+}
+
namespace IPC {
- class Channel;
+class Channel;
} // namespace IPC
-class MessageLoopForIO;
// On OS X NSSDecryptor needs to run in a separate process. To allow us to use
// the same unit test on all platforms we use a proxy class which spawns a
@@ -52,7 +56,7 @@ class FFUnitTestDecryptorProxy {
base::ProcessHandle child_process_;
scoped_ptr<IPC::Channel> channel_;
scoped_ptr<FFDecryptorServerChannelListener> listener_;
- scoped_ptr<MessageLoopForIO> message_loop_;
+ scoped_ptr<base::MessageLoopForIO> message_loop_;
#else
NSSDecryptor decryptor_;
#endif // !OS_MACOSX
« no previous file with comments | « chrome/browser/google/google_update_win.h ('k') | chrome/browser/printing/print_job_worker_owner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698