Chromium Code Reviews

Unified Diff: chrome/installer/util/channel_info.h

Issue 5729004: Merge the installer, installer_util and setup_util namespaces into a single i... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/installer/util/channel_info.h
===================================================================
--- chrome/installer/util/channel_info.h (revision 68996)
+++ chrome/installer/util/channel_info.h (working copy)
@@ -14,7 +14,7 @@
}
}
-namespace installer_util {
+namespace installer {
// A helper class for parsing and modifying the Omaha additional parameter
// ("ap") client state value for a product.
@@ -68,6 +68,6 @@
std::wstring value_;
}; // class ChannelInfo
-} // namespace installer_util
+} // namespace installer
#endif // CHROME_INSTALLER_UTIL_CHANNEL_INFO_H_

Powered by Google App Engine