Index: webkit/common/user_agent/user_agent.cc |
diff --git a/webkit/user_agent/user_agent.cc b/webkit/common/user_agent/user_agent.cc |
similarity index 97% |
rename from webkit/user_agent/user_agent.cc |
rename to webkit/common/user_agent/user_agent.cc |
index dea8df0c0ea99fcfe88f7ea5e7218de1c3c92561..f6c2171a170e4aefa08730f41b4376f25ffb1cf1 100644 |
--- a/webkit/user_agent/user_agent.cc |
+++ b/webkit/common/user_agent/user_agent.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/user_agent/user_agent.h" |
+#include "webkit/common/user_agent/user_agent.h" |
#include "base/lazy_instance.h" |
#include "base/logging.h" |
#include "base/string_util.h" |
#include "base/stringprintf.h" |
#include "base/synchronization/lock.h" |
-#include "webkit/user_agent/user_agent_util.h" |
+#include "webkit/common/user_agent/user_agent_util.h" |
namespace webkit_glue { |