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

Unified Diff: content/public/test/render_view_fake_resources_test.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (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 | « content/public/test/mock_render_thread.cc ('k') | content/public/test/render_view_fake_resources_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_fake_resources_test.h
diff --git a/content/public/test/render_view_fake_resources_test.h b/content/public/test/render_view_fake_resources_test.h
index ce2f6d1ce642e1cfb9f9843076dddb6d38c7f4a0..d4a0debf344ae1aa0d4833a433b74a14c31c2642 100644
--- a/content/public/test/render_view_fake_resources_test.h
+++ b/content/public/test/render_view_fake_resources_test.h
@@ -58,7 +58,7 @@ namespace IPC {
class Channel;
}
-namespace WebKit {
+namespace blink {
class WebFrame;
class WebHistoryItem;
}
@@ -104,10 +104,10 @@ class RenderViewFakeResourcesTest : public ::testing::Test,
// forward navigations, the caller needs to capture the WebHistoryItem
// for the page to go forward to (before going back) and pass it to
// this method. The WebHistoryItem is available from the WebFrame.
- void GoForward(const WebKit::WebHistoryItem& history_item);
+ void GoForward(const blink::WebHistoryItem& history_item);
// Returns the main WebFrame for our RenderView.
- WebKit::WebFrame* GetMainFrame();
+ blink::WebFrame* GetMainFrame();
// IPC message handlers below
@@ -142,7 +142,7 @@ class RenderViewFakeResourcesTest : public ::testing::Test,
private:
// A helper for GoBack and GoForward.
- void GoToOffset(int offset, const WebKit::WebHistoryItem& history_item);
+ void GoToOffset(int offset, const blink::WebHistoryItem& history_item);
// The previous state for whether sandbox support was enabled in
// RenderViewWebKitPlatformSupportImpl.
« no previous file with comments | « content/public/test/mock_render_thread.cc ('k') | content/public/test/render_view_fake_resources_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698