| Index: chrome/common/guid.h
|
| diff --git a/chrome/browser/guid.h b/chrome/common/guid.h
|
| similarity index 90%
|
| rename from chrome/browser/guid.h
|
| rename to chrome/common/guid.h
|
| index b5aa67d6f8f27340dbc89f69a25d47d4f1c3385e..9121c9ea6200895014c7f1aa7a29919c5867413d 100644
|
| --- a/chrome/browser/guid.h
|
| +++ b/chrome/common/guid.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_GUID_H_
|
| -#define CHROME_BROWSER_GUID_H_
|
| +#ifndef CHROME_COMMON_GUID_H_
|
| +#define CHROME_COMMON_GUID_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -29,4 +29,4 @@ std::string RandomDataToGUIDString(const uint64 bytes[2]);
|
|
|
| } // namespace guid
|
|
|
| -#endif // CHROME_BROWSER_GUID_H_
|
| +#endif // CHROME_COMMON_GUID_H_
|
|
|