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

Unified Diff: Source/web/WebFileChooserCompletionImpl.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 | « Source/web/WebEntities.cpp ('k') | Source/web/WebFileChooserCompletionImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFileChooserCompletionImpl.h
diff --git a/Source/web/WebFileChooserCompletionImpl.h b/Source/web/WebFileChooserCompletionImpl.h
index f025a5ef2b25f2744b30c0e69286c271bc56eb94..dd43c305274178c514facc61af18d828539a034f 100644
--- a/Source/web/WebFileChooserCompletionImpl.h
+++ b/Source/web/WebFileChooserCompletionImpl.h
@@ -37,11 +37,11 @@
#include "public/platform/WebVector.h"
#include "wtf/PassRefPtr.h"
-using WebKit::WebFileChooserCompletion;
-using WebKit::WebString;
-using WebKit::WebVector;
+using blink::WebFileChooserCompletion;
+using blink::WebString;
+using blink::WebVector;
-namespace WebKit {
+namespace blink {
class WebFileChooserCompletionImpl : public WebFileChooserCompletion {
public:
@@ -53,6 +53,6 @@ private:
RefPtr<WebCore::FileChooser> m_fileChooser;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/WebEntities.cpp ('k') | Source/web/WebFileChooserCompletionImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698