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

Unified Diff: content/browser/browser_main_loop.h

Issue 11343013: Move content\browser\net to 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 164642)
+++ content/browser/browser_main_loop.h (working copy)
@@ -9,7 +9,6 @@
#include "base/memory/scoped_ptr.h"
#include "content/browser/browser_process_sub_thread.h"
-class BrowserOnlineStateObserver;
class CommandLine;
class HighResolutionTimerManager;
class MessageLoop;
@@ -32,8 +31,8 @@
}
namespace content {
-
class BrowserMainParts;
+class BrowserOnlineStateObserver;
class BrowserShutdownImpl;
class BrowserThreadImpl;
class ResourceDispatcherHostImpl;

Powered by Google App Engine
This is Rietveld 408576698