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

Unified Diff: content/browser/browser_main_loop.h

Issue 11340029: Move remaining files in content\browser to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: content/browser/browser_main_loop.h
===================================================================
--- content/browser/browser_main_loop.h (revision 164795)
+++ content/browser/browser_main_loop.h (working copy)
@@ -12,7 +12,6 @@
class CommandLine;
class HighResolutionTimerManager;
class MessageLoop;
-class SystemMessageWindowWin;
namespace base {
class SystemMonitor;
@@ -34,6 +33,7 @@
class MediaStreamManager;
class ResourceDispatcherHostImpl;
class SpeechRecognitionManagerImpl;
+class SystemMessageWindowWin;
class WebKitThread;
struct MainFunctionParams;
@@ -48,7 +48,7 @@
// All functions are to be called only on the UI thread unless otherwise noted.
class BrowserMainLoop {
public:
- explicit BrowserMainLoop(const content::MainFunctionParams& parameters);
+ explicit BrowserMainLoop(const MainFunctionParams& parameters);
virtual ~BrowserMainLoop();
void Init();
@@ -85,7 +85,7 @@
void MainMessageLoopRun();
// Members initialized on construction ---------------------------------------
- const content::MainFunctionParams& parameters_;
+ const MainFunctionParams& parameters_;
const CommandLine& parsed_command_line_;
int result_code_;

Powered by Google App Engine
This is Rietveld 408576698