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

Unified Diff: chrome/renderer/translate/translate_helper.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/renderer/spellchecker/spellcheck_unittest.cc ('k') | chrome/renderer/translate/translate_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/translate/translate_helper.h
diff --git a/chrome/renderer/translate/translate_helper.h b/chrome/renderer/translate/translate_helper.h
index 3b7273f3725ac4b8c64ac93d4f3821fd55cbbdb6..76612f4e3e179527f8c49de7ea11953685173cf8 100644
--- a/chrome/renderer/translate/translate_helper.h
+++ b/chrome/renderer/translate/translate_helper.h
@@ -13,7 +13,7 @@
#include "chrome/common/translate/translate_errors.h"
#include "content/public/renderer/render_view_observer.h"
-namespace WebKit {
+namespace blink {
class WebDocument;
class WebFrame;
}
@@ -106,7 +106,7 @@ class TranslateHelper : public content::RenderViewObserver {
// Returns whether the page associated with |document| is a candidate for
// translation. Some pages can explictly specify (via a meta-tag) that they
// should not be translated.
- static bool IsTranslationAllowed(WebKit::WebDocument* document);
+ static bool IsTranslationAllowed(blink::WebDocument* document);
// RenderViewObserver implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
@@ -130,7 +130,7 @@ class TranslateHelper : public content::RenderViewObserver {
// Convenience method to access the main frame. Can return NULL, typically
// if the page is being closed.
- WebKit::WebFrame* GetMainFrame();
+ blink::WebFrame* GetMainFrame();
// ID to represent a page which TranslateHelper captured and determined a
// content language.
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck_unittest.cc ('k') | chrome/renderer/translate/translate_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698