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

Unified Diff: Source/web/WebFileChooserCompletionImpl.cpp

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 | « Source/web/WebFileChooserCompletionImpl.h ('k') | Source/web/WebFontCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFileChooserCompletionImpl.cpp
diff --git a/Source/web/WebFileChooserCompletionImpl.cpp b/Source/web/WebFileChooserCompletionImpl.cpp
index 73452d0d048ca380e50de5a6f27cd9b8477ae858..b6a7f455e18d37c597bc6247f09efdcea1e12237 100644
--- a/Source/web/WebFileChooserCompletionImpl.cpp
+++ b/Source/web/WebFileChooserCompletionImpl.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "WebFileChooserCompletionImpl.h"
-namespace WebKit {
+namespace blink {
WebFileChooserCompletionImpl::WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser)
: m_fileChooser(chooser)
@@ -62,4 +62,4 @@ void WebFileChooserCompletionImpl::didChooseFile(const WebVector<SelectedFileInf
delete this;
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebFileChooserCompletionImpl.h ('k') | Source/web/WebFontCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698