Chromium Code Reviews| Index: android_webview/browser/aw_locale_manager.cc |
| diff --git a/chrome/common/chrome_version.cc.version b/android_webview/browser/aw_locale_manager.cc |
| similarity index 52% |
| copy from chrome/common/chrome_version.cc.version |
| copy to android_webview/browser/aw_locale_manager.cc |
| index 54e062bb931046619a1e1a53298d2cbccbecccad..acc1e5c71e40179a5d29b96eda787fbf1d0d9bd0 100644 |
| --- a/chrome/common/chrome_version.cc.version |
| +++ b/android_webview/browser/aw_locale_manager.cc |
| @@ -2,10 +2,10 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "chrome/common/chrome_constants.h" |
| +#include "android_webview/browser/aw_locale_manager.h" |
| -namespace chrome { |
| +namespace android_webview { |
| -const char kChromeVersion[] = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"; |
| +AwLocaleManager::~AwLocaleManager() {} |
|
Torne
2015/07/17 13:33:18
You can inline this safely since this type is just
ctserng
2015/07/17 16:51:14
Will do.
|
| -} // namespace chrome |
| +} // namespace android_webview |