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

Unified Diff: content/public/common/content_client.cc

Issue 10869073: Split user agent code out of the 'glue' target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add new test file to patch Created 8 years, 4 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/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index 14867c106340a9d9fccaf34d31a96e735d86fe54..fa19c0f2f14666125a75926c38e3016e321a30fd 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -7,7 +7,7 @@
#include "base/logging.h"
#include "base/string_piece.h"
#include "ui/gfx/image/image.h"
-#include "webkit/glue/webkit_glue.h"
+#include "webkit/glue/user_agent.h"
#include "webkit/plugins/ppapi/host_globals.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698