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

Unified Diff: components/drive/service/fake_drive_service.h

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… Created 4 years, 2 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
Index: components/drive/service/fake_drive_service.h
diff --git a/components/drive/service/fake_drive_service.h b/components/drive/service/fake_drive_service.h
index 99d0d44994e5084fc41077529f5cf048f7d229ed..f9c5bd18fccf75ef8b76d83ec16ee750e4fb3d64 100644
--- a/components/drive/service/fake_drive_service.h
+++ b/components/drive/service/fake_drive_service.h
@@ -11,6 +11,7 @@
#include "base/files/file_path.h"
#include "base/macros.h"
+#include "base/observer_list.h"
#include "base/threading/thread_checker.h"
#include "components/drive/service/drive_service_interface.h"

Powered by Google App Engine
This is Rietveld 408576698