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

Unified Diff: Source/web/LocalFileSystemClient.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/LinkHighlight.cpp ('k') | Source/web/LocalFileSystemClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/LocalFileSystemClient.h
diff --git a/Source/web/LocalFileSystemClient.h b/Source/web/LocalFileSystemClient.h
index 7d4758d980736a196df934bd9a6719fae2026d05..d72ef9b1d51713d5e206bb11f9b5f7e7a166f533 100644
--- a/Source/web/LocalFileSystemClient.h
+++ b/Source/web/LocalFileSystemClient.h
@@ -34,7 +34,7 @@
#include "modules/filesystem/FileSystemClient.h"
#include "wtf/Forward.h"
-namespace WebKit {
+namespace blink {
class LocalFileSystemClient : public WebCore::FileSystemClient {
public:
@@ -48,6 +48,6 @@ private:
LocalFileSystemClient();
};
-} // namespace WebKit
+} // namespace blink
#endif // LocalFileSystemClient_h
« no previous file with comments | « Source/web/LinkHighlight.cpp ('k') | Source/web/LocalFileSystemClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698