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

Unified Diff: chrome/browser/ui/views/uninstall_view.cc

Issue 10689057: browser: Put more files in chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
Index: chrome/browser/ui/views/uninstall_view.cc
diff --git a/chrome/browser/ui/views/uninstall_view.cc b/chrome/browser/ui/views/uninstall_view.cc
index 41fee09cdc52be0fd5ef327ae8d9ab90a6ccc9e4..c8dbeea91c368d84cb8d1270f8347c19bb723370 100644
--- a/chrome/browser/ui/views/uninstall_view.cc
+++ b/chrome/browser/ui/views/uninstall_view.cc
@@ -164,7 +164,7 @@ string16 UninstallView::GetItemAt(int index) {
return WideToUTF16Hack(i->first);
}
-namespace browser {
+namespace chrome {
int ShowUninstallBrowserPrompt() {
DCHECK_EQ(MessageLoop::TYPE_UI, MessageLoop::current()->type());
@@ -177,4 +177,4 @@ int ShowUninstallBrowserPrompt() {
return result;
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/ui/views/confirm_bubble_views.cc ('k') | chrome/browser/ui/views/user_data_dir_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698