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

Unified Diff: public/web/WebScopedWindowFocusAllowedIndicator.h

Issue 454103003: Cleanup namespace usage in public/web/Web[N-Z]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « public/web/WebScopedUserGesture.h ('k') | public/web/WebSearchableFormData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebScopedWindowFocusAllowedIndicator.h
diff --git a/public/web/WebScopedWindowFocusAllowedIndicator.h b/public/web/WebScopedWindowFocusAllowedIndicator.h
index f3cc4afcd2430ce0f88a2fe96a0632e0ca697a30..ccb80b156819327527d48e469e0fd5385c451209 100644
--- a/public/web/WebScopedWindowFocusAllowedIndicator.h
+++ b/public/web/WebScopedWindowFocusAllowedIndicator.h
@@ -34,10 +34,8 @@
#include "public/platform/WebPrivateOwnPtr.h"
namespace blink {
-class WindowFocusAllowedIndicator;
-}
-namespace blink {
+class WindowFocusAllowedIndicator;
class WebScopedWindowFocusAllowedIndicator {
public:
@@ -48,7 +46,7 @@ private:
BLINK_EXPORT void initialize();
BLINK_EXPORT void reset();
- WebPrivateOwnPtr<blink::WindowFocusAllowedIndicator> m_indicator;
+ WebPrivateOwnPtr<WindowFocusAllowedIndicator> m_indicator;
};
}
« no previous file with comments | « public/web/WebScopedUserGesture.h ('k') | public/web/WebSearchableFormData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698