Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: chrome/common/chrome_version_info.h

Issue 3007008: Cleanup: Break another common->app dependency. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: minor fix Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/common/chrome_version_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/common/chrome_version_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698