| Index: chrome/browser/first_run/first_run_linux.cc
|
| diff --git a/chrome/browser/first_run/first_run_linux.cc b/chrome/browser/first_run/first_run_linux.cc
|
| index 8dc1c5751142fddd6bb4588afe35eba4fee5f310..01ce84d14844654a8c313d520777748bcb6cdcf2 100644
|
| --- a/chrome/browser/first_run/first_run_linux.cc
|
| +++ b/chrome/browser/first_run/first_run_linux.cc
|
| @@ -63,11 +63,6 @@ bool ImportBookmarks(const base::FilePath& import_bookmarks_path) {
|
| return base::LaunchProcess(import_cmd, options, NULL);
|
| }
|
|
|
| -} // namespace internal
|
| -} // namespace first_run
|
| -
|
| -namespace first_run {
|
| -
|
| base::FilePath MasterPrefsPath() {
|
| // The standard location of the master prefs is next to the chrome binary.
|
| base::FilePath master_prefs;
|
| @@ -76,4 +71,5 @@ base::FilePath MasterPrefsPath() {
|
| return master_prefs.AppendASCII(installer::kDefaultMasterPrefs);
|
| }
|
|
|
| +} // namespace internal
|
| } // namespace first_run
|
|
|