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

Unified Diff: chrome/browser/chromeos/login/user_image_loader.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/autocomplete/history_url_provider.h ('k') | chrome/browser/devtools/devtools_adb_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/user_image_loader.h
diff --git a/chrome/browser/chromeos/login/user_image_loader.h b/chrome/browser/chromeos/login/user_image_loader.h
index a3b7384ce602f1d386789b85d43f055511efd585..bc069cedd833999b53a7ba107ddd0f9d8a088c67 100644
--- a/chrome/browser/chromeos/login/user_image_loader.h
+++ b/chrome/browser/chromeos/login/user_image_loader.h
@@ -15,9 +15,12 @@
#include "base/threading/sequenced_worker_pool.h"
#include "chrome/browser/image_decoder.h"
-class MessageLoop;
class SkBitmap;
+namespace base {
+class MessageLoop;
+}
+
namespace chromeos {
typedef base::SequencedWorkerPool::SequenceToken SequenceToken;
@@ -77,7 +80,7 @@ class UserImageLoader : public base::RefCountedThreadSafe<UserImageLoader>,
virtual void OnDecodeImageFailed(const ImageDecoder* decoder) OVERRIDE;
// The message loop object of the thread in which we notify the delegate.
- MessageLoop* target_message_loop_;
+ base::MessageLoop* target_message_loop_;
// Specify how the file should be decoded in the utility process.
const ImageDecoder::ImageCodec image_codec_;
« no previous file with comments | « chrome/browser/autocomplete/history_url_provider.h ('k') | chrome/browser/devtools/devtools_adb_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698