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

Unified Diff: printing/printed_document.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 | « net/test/net_test_suite.h ('k') | remoting/base/auto_thread_task_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document.h
diff --git a/printing/printed_document.h b/printing/printed_document.h
index 3992386c294561c42e9a68e12cf4d4c147b383dc..8093769f846e9a171bdbfa870f2bddf3681887e6 100644
--- a/printing/printed_document.h
+++ b/printing/printed_document.h
@@ -13,10 +13,9 @@
#include "printing/print_settings.h"
#include "ui/gfx/native_widget_types.h"
-class MessageLoop;
-
namespace base {
class FilePath;
+class MessageLoop;
}
namespace printing {
@@ -147,7 +146,7 @@ class PRINTING_EXPORT PrintedDocument
PrintSettings settings_;
// Native thread for the render source.
- MessageLoop* source_message_loop_;
+ base::MessageLoop* source_message_loop_;
// Document name. Immutable.
string16 name_;
« no previous file with comments | « net/test/net_test_suite.h ('k') | remoting/base/auto_thread_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698