| Index: chrome/common/guid_posix.cc
|
| diff --git a/chrome/browser/guid_posix.cc b/chrome/common/guid_posix.cc
|
| similarity index 96%
|
| rename from chrome/browser/guid_posix.cc
|
| rename to chrome/common/guid_posix.cc
|
| index 48d719826f334639d0837acde234bb086b40eb02..f21788bd2631f734abcf50f2d972459f0e7fbfbb 100644
|
| --- a/chrome/browser/guid_posix.cc
|
| +++ b/chrome/common/guid_posix.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 "chrome/browser/guid.h"
|
| +#include "chrome/common/guid.h"
|
|
|
| #include "base/rand_util.h"
|
| #include "base/stringprintf.h"
|
|
|