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

Unified Diff: webkit/glue/webkitplatformsupport_impl.cc

Issue 15702003: Move webkit/user_agent/ into webkit/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « webkit/common/user_agent/webkit_user_agent_export.h ('k') | webkit/plugins/npapi/plugin_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitplatformsupport_impl.cc
diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
index af0ec806954aebc39d5f1963e015722ffa8ad185..d22ec289b051703b2948ae3af01112b36f20f34e 100644
--- a/webkit/glue/webkitplatformsupport_impl.cc
+++ b/webkit/glue/webkitplatformsupport_impl.cc
@@ -42,6 +42,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h"
#include "ui/base/layout.h"
#include "webkit/base/file_path_string_conversions.h"
+#include "webkit/common/user_agent/user_agent.h"
#include "webkit/glue/fling_curve_configuration.h"
#include "webkit/glue/touch_fling_gesture_curve.h"
#include "webkit/glue/web_discardable_memory_impl.h"
@@ -53,7 +54,6 @@
#include "webkit/media/audio_decoder.h"
#include "webkit/plugins/npapi/plugin_instance.h"
#include "webkit/plugins/webplugininfo.h"
-#include "webkit/user_agent/user_agent.h"
#if defined(OS_ANDROID)
#include "webkit/glue/fling_animator_impl_android.h"
« no previous file with comments | « webkit/common/user_agent/webkit_user_agent_export.h ('k') | webkit/plugins/npapi/plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698