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

Unified Diff: chrome/browser/spellchecker/spellcheck_platform_mac.h

Issue 8912009: Move BrowserMessageFilter to public, and into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 9 years 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
Index: chrome/browser/spellchecker/spellcheck_platform_mac.h
diff --git a/chrome/browser/spellchecker/spellcheck_platform_mac.h b/chrome/browser/spellchecker/spellcheck_platform_mac.h
index 89db07247f24234cc94f468ae41c4b1f5e382e71..3403af5ca6212304e63340cab31eec50ec5dad57 100644
--- a/chrome/browser/spellchecker/spellcheck_platform_mac.h
+++ b/chrome/browser/spellchecker/spellcheck_platform_mac.h
@@ -15,7 +15,9 @@
#include "base/callback_forward.h"
#include "base/string16.h"
+namespace content {
class BrowserMessageFilter;
+} // namespace content
namespace spellcheck_mac {
@@ -87,7 +89,7 @@ void RequestTextCheck(int route_id,
int identifier,
int document_tag,
const string16& text,
- BrowserMessageFilter* destination);
+ content::BrowserMessageFilter* destination);
} // namespace spellcheck_mac

Powered by Google App Engine
This is Rietveld 408576698