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

Unified Diff: content/test/web_contents_tester.h

Issue 10384128: Quote WebPreferences in namespace webkit_glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright 2012 Created 8 years, 7 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/test/render_view_test.cc ('k') | ppapi/shared_impl/ppapi_preferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/web_contents_tester.h
diff --git a/content/test/web_contents_tester.h b/content/test/web_contents_tester.h
index 9ede723ce89033f552883133b0bc0adf89417a7c..66a702f2c82b88ddf3706ea038cef34df16fb69c 100644
--- a/content/test/web_contents_tester.h
+++ b/content/test/web_contents_tester.h
@@ -9,7 +9,10 @@
#include "content/public/common/page_transition_types.h"
class GURL;
+
+namespace webkit_glue {
struct WebPreferences;
+}
namespace content {
@@ -109,7 +112,7 @@ class WebContentsTester {
content::PageTransition transition) = 0;
// Promote GetWebkitPrefs to public.
- virtual WebPreferences TestGetWebkitPrefs() = 0;
+ virtual webkit_glue::WebPreferences TestGetWebkitPrefs() = 0;
};
} // namespace content
« no previous file with comments | « content/test/render_view_test.cc ('k') | ppapi/shared_impl/ppapi_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698