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

Unified Diff: webkit/user_agent/user_agent_util.cc

Issue 10869073: Split user agent code out of the 'glue' target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk Created 8 years, 3 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/user_agent/user_agent_util.h ('k') | webkit/user_agent/webkit_user_agent.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/user_agent/user_agent_util.cc
diff --git a/webkit/glue/user_agent.cc b/webkit/user_agent/user_agent_util.cc
similarity index 99%
rename from webkit/glue/user_agent.cc
rename to webkit/user_agent/user_agent_util.cc
index cc03719ebccd87b04909c9c3278dac76d509a692..a30fa87a502688582642e077f9f8909070922204 100644
--- a/webkit/glue/user_agent.cc
+++ b/webkit/user_agent/user_agent_util.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/user_agent.h"
+#include "webkit/user_agent/user_agent_util.h"
#if defined(OS_POSIX) && !defined(OS_MACOSX)
#include <sys/utsname.h>
« no previous file with comments | « webkit/user_agent/user_agent_util.h ('k') | webkit/user_agent/webkit_user_agent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698