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

Unified Diff: Source/platform/AsyncFileSystemCallbacks.h

Issue 467193002: Cleanup namespace usage in Source/core/platform/[A-Z]*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months 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 | « no previous file | Source/platform/ContentDecryptionModuleResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/AsyncFileSystemCallbacks.h
diff --git a/Source/platform/AsyncFileSystemCallbacks.h b/Source/platform/AsyncFileSystemCallbacks.h
index 88564ad753a5cac2475bc658ebbd7464c9b89faf..2f6ee3e342755523b04d7f17c163202c3f2e7d47 100644
--- a/Source/platform/AsyncFileSystemCallbacks.h
+++ b/Source/platform/AsyncFileSystemCallbacks.h
@@ -68,7 +68,7 @@ public:
virtual void didReadDirectoryEntries(bool hasMore) { ASSERT_NOT_REACHED(); }
// Called when an AsyncFileWrter has been created successfully.
- virtual void didCreateFileWriter(PassOwnPtr<blink::WebFileWriter>, long long length) { ASSERT_NOT_REACHED(); }
+ virtual void didCreateFileWriter(PassOwnPtr<WebFileWriter>, long long length) { ASSERT_NOT_REACHED(); }
// Called when there was an error.
virtual void didFail(int code) = 0;
@@ -91,6 +91,6 @@ private:
bool m_blockUntilCompletion;
};
-} // namespace
+} // namespace blink
#endif // AsyncFileSystemCallbacks_h
« no previous file with comments | « no previous file | Source/platform/ContentDecryptionModuleResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698