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

Unified Diff: base/version.cc

Issue 14099010: Move Version to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « base/version.h ('k') | chrome/browser/component_updater/flash_component_installer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/version.cc
diff --git a/base/version.cc b/base/version.cc
index f75873345ba57f82a95044c26f394a404175eae3..9ebc79240be0992bfee82aad040218986995d8f9 100644
--- a/base/version.cc
+++ b/base/version.cc
@@ -75,6 +75,8 @@ int CompareVersionComponents(const std::vector<uint16>& components1,
} // namespace
+namespace base {
brettw 2013/04/20 04:15:10 I usually just wrap the whole file (including the
xhwang 2013/04/20 05:53:44 Done.
+
Version::Version() {
}
@@ -170,3 +172,5 @@ const std::string Version::GetString() const {
version_str.append(base::IntToString(components_[count - 1]));
return version_str;
}
+
+} // namespace base
« no previous file with comments | « base/version.h ('k') | chrome/browser/component_updater/flash_component_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698