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

Unified Diff: Source/web/EditorClientImpl.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/DragClientImpl.cpp ('k') | Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/EditorClientImpl.h
diff --git a/Source/web/EditorClientImpl.h b/Source/web/EditorClientImpl.h
index 8f76d8115c6f79fd0bd826d70b2985b079aa5fe1..5ffcf267b0fd7fcb1ad17418ff2cdbc5f6951701 100644
--- a/Source/web/EditorClientImpl.h
+++ b/Source/web/EditorClientImpl.h
@@ -42,7 +42,7 @@ class Frame;
class HTMLInputElement;
}
-namespace WebKit {
+namespace blink {
class WebViewImpl;
class WebTextCheckingCompletionImpl;
@@ -119,6 +119,6 @@ private:
int m_spellCheckThisFieldStatus;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/DragClientImpl.cpp ('k') | Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698