| 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>
|
|
|