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

Unified Diff: chrome/common/chrome_version_info.cc

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/common/chrome_version_info.h ('k') | chrome/common/chrome_version_info_posix.h.version » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_version_info.cc
===================================================================
--- chrome/common/chrome_version_info.cc (revision 50171)
+++ chrome/common/chrome_version_info.cc (working copy)
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/app/chrome_version_info.h"
+#include "chrome/common/chrome_version_info.h"
#include "base/basictypes.h"
#include "base/file_version_info.h"
#include "build/build_config.h"
#if defined(OS_POSIX) && !defined(OS_MACOSX)
-#include "chrome/app/chrome_version_info_posix.h"
+#include "chrome/common/chrome_version_info_posix.h"
// Posix files don't have per-file version information, so we get chrome
// version information from chrome_version_info_posix.h, a generated header.
@@ -39,7 +39,7 @@
};
#endif
-namespace chrome_app {
+namespace chrome {
FileVersionInfo* GetChromeVersionInfo() {
#if defined(OS_WIN) || defined(OS_MACOSX)
@@ -49,4 +49,4 @@
#endif
}
-} // namespace chrome_app
+} // namespace chrome
Property changes on: chrome/common/chrome_version_info.cc
___________________________________________________________________
Added: svn:mergeinfo
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/common/chrome_version_info.h ('k') | chrome/common/chrome_version_info_posix.h.version » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698