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

Unified Diff: public/web/WebDOMFileSystem.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/WebDOMEventListener.h ('k') | public/web/WebDOMMediaStreamTrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDOMFileSystem.h
diff --git a/public/web/WebDOMFileSystem.h b/public/web/WebDOMFileSystem.h
index 6af71cfe00d6e0abe104259ffb6258c5f9237a5a..e647546b94aee38b130093d9b5a46ebb26e7e62f 100644
--- a/public/web/WebDOMFileSystem.h
+++ b/public/web/WebDOMFileSystem.h
@@ -48,7 +48,7 @@ class Value;
template <class T> class Handle;
}
-namespace WebCore { class DOMFileSystem; }
+namespace blink { class DOMFileSystem; }
namespace blink {
@@ -102,12 +102,12 @@ public:
bool isNull() const { return m_private.isNull(); }
#if BLINK_IMPLEMENTATION
- WebDOMFileSystem(WebCore::DOMFileSystem*);
- WebDOMFileSystem& operator=(WebCore::DOMFileSystem*);
+ WebDOMFileSystem(blink::DOMFileSystem*);
+ WebDOMFileSystem& operator=(blink::DOMFileSystem*);
#endif
private:
- WebPrivatePtr<WebCore::DOMFileSystem> m_private;
+ WebPrivatePtr<blink::DOMFileSystem> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebDOMEventListener.h ('k') | public/web/WebDOMMediaStreamTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698