| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 206f8e2238feb12797d0184accc6f7de466170b5..31fcdc8acd14425415b71849f5e05e5345cf0f57 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -3,7 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| #include "chrome/common/chrome_constants.h"
|
| -#include "chrome/common/chrome_version.h"
|
|
|
| #define FPL FILE_PATH_LITERAL
|
|
|
| @@ -19,8 +18,6 @@
|
| #endif // defined(OS_MACOSX)
|
|
|
| namespace chrome {
|
| -
|
| -const char kChromeVersion[] = CHROME_VERSION_STRING;
|
|
|
| #if defined(OS_WIN)
|
| const char kChromeVersionEnvVar[] = "CHROME_VERSION";
|
|
|