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

Unified Diff: public/web/WebDOMFileSystem.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 d7079214f2b4e17257d368e7f68e6c8d73e7a758..b69d3d494674f372de0f4887e3b3d4d2b55ee0cc 100644
--- a/public/web/WebDOMFileSystem.h
+++ b/public/web/WebDOMFileSystem.h
@@ -43,7 +43,7 @@ template <class T> class Handle;
namespace WebCore { class DOMFileSystem; }
-namespace WebKit {
+namespace blink {
class WebDOMFileSystem {
public:
@@ -78,6 +78,6 @@ private:
WebPrivatePtr<WebCore::DOMFileSystem> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebDOMFileSystem_h
« 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