commit | 464883218eccabb97b52f7bcc6a459709b69f87e | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Oct 30 03:22:20 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Oct 30 03:22:20 2012 |
tree | 20e62a5781a44d6827019d61d075e264e87b0469 | |
parent | 3df72a134583efcc1e86c6abac2103c9800c5c13 [diff] [blame] |
Move remaining files in content\browser to the content namespace. Review URL: https://codereview.chromium.org/11340029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164828 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/browser_main.h b/content/browser/browser_main.h index 1f4ad4e..5934778 100644 --- a/content/browser/browser_main.h +++ b/content/browser/browser_main.h
@@ -14,8 +14,8 @@ bool ExitedMainMessageLoop(); -} // namespace content - CONTENT_EXPORT int BrowserMain(const content::MainFunctionParams& parameters); +} // namespace content + #endif // CONTENT_BROWSER_BROWSER_MAIN_H_