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

Unified Diff: chrome/browser/ui/user_data_dir_dialog.h

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/user_data_dir_dialog.h
diff --git a/chrome/browser/ui/user_data_dir_dialog.h b/chrome/browser/ui/user_data_dir_dialog.h
index 24b633110daad9ff38cf45692d1e1bd92045b9c6..ac0264c24496ef817fee1772aa6f046611cc0aba 100644
--- a/chrome/browser/ui/user_data_dir_dialog.h
+++ b/chrome/browser/ui/user_data_dir_dialog.h
@@ -8,7 +8,7 @@
class FilePath;
-namespace browser {
+namespace chrome {
// Shows a user data directory picker dialog. The method blocks while the dialog
// is showing. If the user picks a directory, this method returns the chosen
@@ -16,6 +16,6 @@ namespace browser {
// use.
FilePath ShowUserDataDirDialog(const FilePath& user_data_dir);
-} // namespace browser
+} // namespace chrome
#endif // CHROME_BROWSER_UI_USER_DATA_DIR_DIALOG_H_
« no previous file with comments | « chrome/browser/ui/uninstall_browser_prompt.h ('k') | chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698