| Index: chrome/common/chrome_version_info.h
|
| ===================================================================
|
| --- chrome/common/chrome_version_info.h (revision 50171)
|
| +++ chrome/common/chrome_version_info.h (working copy)
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_APP_CHROME_VERSION_INFO_H_
|
| -#define CHROME_APP_CHROME_VERSION_INFO_H_
|
| +#ifndef CHROME_COMMON_CHROME_VERSION_INFO_H_
|
| +#define CHROME_COMMON_CHROME_VERSION_INFO_H_
|
|
|
| class FileVersionInfo;
|
|
|
| -namespace chrome_app {
|
| +namespace chrome {
|
|
|
| // Creates a FileVersionInfo for the app, Chrome. Returns NULL in case of
|
| // error. The returned object should be deleted when you are done with it.
|
| FileVersionInfo* GetChromeVersionInfo();
|
|
|
| -}
|
| +} // namespace chrome
|
|
|
| -#endif // CHROME_APP_CHROME_VERSION_INFO_H_
|
| +#endif // CHROME_COMMON_CHROME_VERSION_INFO_H_
|
|
|
| Property changes on: chrome/common/chrome_version_info.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|