| Index: chrome/browser/ui/browser_finder.h
|
| diff --git a/chrome/browser/ui/browser_finder.h b/chrome/browser/ui/browser_finder.h
|
| index 76e9d2d8f32ad375a82efbc5abccb24d95bddd15..494e76ee7a7c01dd4e0ea85b90aea9032e158575 100644
|
| --- a/chrome/browser/ui/browser_finder.h
|
| +++ b/chrome/browser/ui/browser_finder.h
|
| @@ -17,7 +17,7 @@ class WebContents;
|
|
|
| // Collection of functions to find Browsers based on various criteria.
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| // Retrieve the last active tabbed browser with a profile matching |profile|.
|
| // If |match_original_profiles| is true, matching is done based on the
|
| @@ -28,11 +28,7 @@ namespace browser {
|
| // |type| refers to the host desktop the returned browser should belong to.
|
| Browser* FindTabbedBrowser(Profile* profile,
|
| bool match_original_profiles,
|
| - chrome::HostDesktopType type);
|
| -
|
| -} // namespace browser
|
| -
|
| -namespace chrome {
|
| + HostDesktopType type);
|
|
|
| // Returns the first tabbed browser matching |profile|. If there is no tabbed
|
| // browser a new one is created and returned for the desktop specified by
|
|
|