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

Unified Diff: content/renderer/browser_plugin/browser_plugin_manager_impl.h

Issue 15600006: Cleanup: Remove unneeded gurl.h includes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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
Index: content/renderer/browser_plugin/browser_plugin_manager_impl.h
===================================================================
--- content/renderer/browser_plugin/browser_plugin_manager_impl.h (revision 207184)
+++ content/renderer/browser_plugin/browser_plugin_manager_impl.h (working copy)
@@ -6,7 +6,6 @@
#define CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_MANAGER_IMPL_H_
#include "content/renderer/browser_plugin/browser_plugin_manager.h"
-#include "googleurl/src/gurl.h"
#include "ui/gfx/size.h"
struct BrowserPluginMsg_UpdateRect_Params;
@@ -20,7 +19,7 @@
class BrowserPluginManagerImpl : public BrowserPluginManager {
public:
- BrowserPluginManagerImpl(RenderViewImpl* render_view);
+ explicit BrowserPluginManagerImpl(RenderViewImpl* render_view);
// BrowserPluginManager implementation.
virtual BrowserPlugin* CreateBrowserPlugin(
@@ -60,4 +59,4 @@
} // namespace content
-#endif // CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_MANAGER_IMPL_H_
+#endif // CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_MANAGER_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698