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

Unified Diff: chrome/browser/ui/browser_otr_state.h

Issue 10831084: chrome: Move browser_otr_state.h into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « chrome/browser/metrics/metrics_service.cc ('k') | chrome/browser/ui/browser_otr_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_otr_state.h
diff --git a/chrome/browser/ui/browser_otr_state.h b/chrome/browser/ui/browser_otr_state.h
index 555068e1ab1ad29ee334ef11e6e2d946550e62e0..927f720026c7067088e771f43c1543f6fad7d989 100644
--- a/chrome/browser/ui/browser_otr_state.h
+++ b/chrome/browser/ui/browser_otr_state.h
@@ -5,10 +5,10 @@
#ifndef CHROME_BROWSER_UI_BROWSER_OTR_STATE_H_
#define CHROME_BROWSER_UI_BROWSER_OTR_STATE_H_
-namespace browser {
+namespace chrome {
bool IsOffTheRecordSessionActive();
-}
+} // namespace chrome
#endif // CHROME_BROWSER_UI_BROWSER_OTR_STATE_H_
« no previous file with comments | « chrome/browser/metrics/metrics_service.cc ('k') | chrome/browser/ui/browser_otr_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698