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

Unified Diff: ui/base/clipboard/clipboard_win.cc

Issue 14061025: ui: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « ui/base/clipboard/clipboard_unittest.cc ('k') | ui/base/ime/win/tsf_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/clipboard/clipboard_win.cc
diff --git a/ui/base/clipboard/clipboard_win.cc b/ui/base/clipboard/clipboard_win.cc
index b96d9178e8d5ae92ca2faeacaa23aa193ed36668..604c80ccfc4d3f872ac3815760d9a0c5c660cf3f 100644
--- a/ui/base/clipboard/clipboard_win.cc
+++ b/ui/base/clipboard/clipboard_win.cc
@@ -187,7 +187,7 @@ Clipboard::FormatType Clipboard::FormatType::Deserialize(
}
Clipboard::Clipboard() : create_window_(false) {
- if (MessageLoop::current()->type() == MessageLoop::TYPE_UI) {
+ if (base::MessageLoop::current()->type() == base::MessageLoop::TYPE_UI) {
// Make a dummy HWND to be the clipboard's owner.
WNDCLASSEX window_class;
base::win::InitializeWindowClass(
« no previous file with comments | « ui/base/clipboard/clipboard_unittest.cc ('k') | ui/base/ime/win/tsf_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698