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

Unified Diff: public/web/WebScopedWindowFocusAllowedIndicator.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « public/web/WebScopedUserGesture.h ('k') | public/web/WebSecurityOrigin.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 f3f07b9a37e6b702144a0ac3672fa871dd545780..f3cc4afcd2430ce0f88a2fe96a0632e0ca697a30 100644
--- a/public/web/WebScopedWindowFocusAllowedIndicator.h
+++ b/public/web/WebScopedWindowFocusAllowedIndicator.h
@@ -33,7 +33,7 @@
#include "public/platform/WebPrivateOwnPtr.h"
-namespace WebCore {
+namespace blink {
class WindowFocusAllowedIndicator;
}
@@ -48,7 +48,7 @@ private:
BLINK_EXPORT void initialize();
BLINK_EXPORT void reset();
- WebPrivateOwnPtr<WebCore::WindowFocusAllowedIndicator> m_indicator;
+ WebPrivateOwnPtr<blink::WindowFocusAllowedIndicator> m_indicator;
};
}
« no previous file with comments | « public/web/WebScopedUserGesture.h ('k') | public/web/WebSecurityOrigin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698