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

Unified Diff: content/browser/net/browser_online_state_observer.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/net/browser_online_state_observer.h
===================================================================
--- content/browser/net/browser_online_state_observer.h (revision 164642)
+++ content/browser/net/browser_online_state_observer.h (working copy)
@@ -8,6 +8,8 @@
#include "base/basictypes.h"
#include "net/base/network_change_notifier.h"
+namespace content {
+
// Listens for changes to the online state and manages sending
// updates to each RenderProcess via RenderProcessHost IPC.
class BrowserOnlineStateObserver
@@ -24,4 +26,6 @@
DISALLOW_COPY_AND_ASSIGN(BrowserOnlineStateObserver);
};
+} // namespace content
+
#endif // CONTENT_BROWSER_NET_BROWSER_ONLINE_STATE_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698