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

Unified Diff: components/drive/dummy_file_system.h

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 years 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
Index: components/drive/dummy_file_system.h
diff --git a/components/drive/dummy_file_system.h b/components/drive/dummy_file_system.h
index f8cdb48f240bf35b4d980a2eed1c3e9b8d5157ed..7611d3df56119ff87f0315200a4b294f62cbf622 100644
--- a/components/drive/dummy_file_system.h
+++ b/components/drive/dummy_file_system.h
@@ -12,6 +12,7 @@ namespace drive {
// Dummy implementation of FileSystemInterface. All functions do nothing.
class DummyFileSystem : public FileSystemInterface {
public:
+ DummyFileSystem();
~DummyFileSystem() override {}
void AddObserver(FileSystemObserver* observer) override {}
void RemoveObserver(FileSystemObserver* observer) override {}

Powered by Google App Engine
This is Rietveld 408576698