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

Unified Diff: content/public/renderer/content_renderer_client.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 | « content/public/browser/url_data_source.cc ('k') | content/public/renderer/render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index b12633ca637ad7f19b5263bc707c2ef92b6cb66d..77a1057628cbf6a4a590d04be4aea2efb9fa9518 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -18,11 +18,11 @@
#include "v8/include/v8.h"
class GURL;
-class MessageLoop;
class SkBitmap;
namespace base {
class FilePath;
+class MessageLoop;
}
namespace WebKit {
@@ -231,7 +231,7 @@ class CONTENT_EXPORT ContentRendererClient {
// Allow the embedder to specify a different renderer compositor MessageLoop.
// If not NULL, the returned MessageLoop must be valid for the lifetime of
// RenderThreadImpl. If NULL, then a new thread will be created.
- virtual MessageLoop* OverrideCompositorMessageLoop() const;
+ virtual base::MessageLoop* OverrideCompositorMessageLoop() const;
// Allow the embedder to disable input event filtering by the compositor.
virtual bool ShouldCreateCompositorInputHandler() const;
« no previous file with comments | « content/public/browser/url_data_source.cc ('k') | content/public/renderer/render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698