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

Unified Diff: Source/modules/filesystem/FileWriter.h

Issue 466813003: Cleanup namespace usage in Source/core/modules/[battery/* to indexeddb/*] (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 | « Source/modules/filesystem/FileSystemClient.h ('k') | Source/modules/filesystem/FileWriterBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileWriter.h
diff --git a/Source/modules/filesystem/FileWriter.h b/Source/modules/filesystem/FileWriter.h
index cb98f10279248b0bf086ad97e3ee9ba2c4f7b499..8de35d75dcd7d0671f2be0f52739e0257e79d3b1 100644
--- a/Source/modules/filesystem/FileWriter.h
+++ b/Source/modules/filesystem/FileWriter.h
@@ -46,7 +46,7 @@ class Blob;
class ExceptionState;
class ExecutionContext;
-class FileWriter FINAL : public FileWriterBase, public ActiveDOMObject, public EventTargetWithInlineData, public blink::WebFileWriterClient {
+class FileWriter FINAL : public FileWriterBase, public ActiveDOMObject, public EventTargetWithInlineData, public WebFileWriterClient {
DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<FileWriterBase>);
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(FileWriter);
public:
@@ -68,7 +68,7 @@ public:
// WebFileWriterClient
virtual void didWrite(long long bytes, bool complete) OVERRIDE;
virtual void didTruncate() OVERRIDE;
- virtual void didFail(blink::WebFileError) OVERRIDE;
+ virtual void didFail(WebFileError) OVERRIDE;
// ActiveDOMObject
virtual void stop() OVERRIDE;
« no previous file with comments | « Source/modules/filesystem/FileSystemClient.h ('k') | Source/modules/filesystem/FileWriterBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698