| Index: chrome/common/chrome_version.cc.version
|
| diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/chrome/common/chrome_version.cc.version
|
| similarity index 52%
|
| copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
|
| copy to chrome/common/chrome_version.cc.version
|
| index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..54e062bb931046619a1e1a53298d2cbccbecccad 100644
|
| --- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
|
| +++ b/chrome/common/chrome_version.cc.version
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package org.chromium.dummy;
|
| +#include "chrome/common/chrome_constants.h"
|
|
|
| -/** Does nothing. */
|
| -class Dummy {}
|
| +namespace chrome {
|
|
|
| +const char kChromeVersion[] = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@";
|
| +
|
| +} // namespace chrome
|
|
|