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

Unified Diff: public/web/WebSecurityOrigin.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/WebSearchableFormData.h ('k') | public/web/WebSelectElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSecurityOrigin.h
diff --git a/public/web/WebSecurityOrigin.h b/public/web/WebSecurityOrigin.h
index 868d096cec00407b0146514961f8e8ca15da34eb..58a368043ad95c53fc841d05558b9345cd5610f6 100644
--- a/public/web/WebSecurityOrigin.h
+++ b/public/web/WebSecurityOrigin.h
@@ -34,12 +34,12 @@
#include "../platform/WebCommon.h"
#if BLINK_IMPLEMENTATION
-namespace blink { class SecurityOrigin; }
namespace WTF { template <typename T> class PassRefPtr; }
#endif
namespace blink {
+class SecurityOrigin;
class WebSecurityOriginPrivate;
class WebString;
class WebURL;
@@ -107,10 +107,10 @@ public:
BLINK_EXPORT void grantLoadLocalResources() const;
#if BLINK_IMPLEMENTATION
- WebSecurityOrigin(const WTF::PassRefPtr<blink::SecurityOrigin>&);
- WebSecurityOrigin& operator=(const WTF::PassRefPtr<blink::SecurityOrigin>&);
- operator WTF::PassRefPtr<blink::SecurityOrigin>() const;
- blink::SecurityOrigin* get() const;
+ WebSecurityOrigin(const WTF::PassRefPtr<SecurityOrigin>&);
+ WebSecurityOrigin& operator=(const WTF::PassRefPtr<SecurityOrigin>&);
+ operator WTF::PassRefPtr<SecurityOrigin>() const;
+ SecurityOrigin* get() const;
#endif
private:
« no previous file with comments | « public/web/WebSearchableFormData.h ('k') | public/web/WebSelectElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698