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

Unified Diff: content/browser/renderer_host/input/input_router_config_helper.h

Issue 2914083002: Move InputRouterImpl::Config to InputRouter::Config (Closed)
Patch Set: Created 3 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
Index: content/browser/renderer_host/input/input_router_config_helper.h
diff --git a/content/browser/renderer_host/input/input_router_config_helper.h b/content/browser/renderer_host/input/input_router_config_helper.h
index 46fbbd09118d63c93fa2dea50ee843dda99bfd48..94c549ddad91a34b5ac158fd19b7a17e947e0782 100644
--- a/content/browser/renderer_host/input/input_router_config_helper.h
+++ b/content/browser/renderer_host/input/input_router_config_helper.h
@@ -5,13 +5,13 @@
#ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_INPUT_ROUTER_CONFIG_HELPER_H_
#define CONTENT_BROWSER_RENDERER_HOST_INPUT_INPUT_ROUTER_CONFIG_HELPER_H_
-#include "content/browser/renderer_host/input/input_router_impl.h"
+#include "content/browser/renderer_host/input/input_router.h"
namespace content {
// Return an InputRouter configuration with parameters tailored to the current
// platform.
-InputRouterImpl::Config GetInputRouterConfigForPlatform();
+InputRouter::Config GetInputRouterConfigForPlatform();
} // namespace content
« no previous file with comments | « content/browser/renderer_host/input/input_router.h ('k') | content/browser/renderer_host/input/input_router_config_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698