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

Unified Diff: public/platform/WebFileSystemCallbacks.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/platform/WebFileSystem.h ('k') | public/platform/WebFileSystemEntry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFileSystemCallbacks.h
diff --git a/public/platform/WebFileSystemCallbacks.h b/public/platform/WebFileSystemCallbacks.h
index 606b127ff12776ed18ab001c38041e2992b429bc..4616bf2d4806c8f16546363550318fb701ce9d37 100644
--- a/public/platform/WebFileSystemCallbacks.h
+++ b/public/platform/WebFileSystemCallbacks.h
@@ -43,7 +43,7 @@ class AsyncFileSystemCallbacks;
}
namespace WTF { template <typename T> class PassOwnPtr; }
-namespace WebKit {
+namespace blink {
struct WebFileInfo;
class WebFileWriter;
@@ -113,6 +113,6 @@ private:
WebPrivatePtr<WebFileSystemCallbacksPrivate> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/platform/WebFileSystem.h ('k') | public/platform/WebFileSystemEntry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698