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

Unified Diff: components/update_client/configurator.h

Issue 1281913002: Componentize ComponentUpdaterConfigurator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 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
Index: components/update_client/configurator.h
diff --git a/components/update_client/configurator.h b/components/update_client/configurator.h
index 3cd3b674d4ea7bbe699d732be6df4df27929da61..e6b009305b860c4b20d15d473a71238a23b0e600 100644
--- a/components/update_client/configurator.h
+++ b/components/update_client/configurator.h
@@ -10,6 +10,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
+#include "base/version.h"
sdefresne 2015/08/13 12:20:00 Why adding this #include, the class is already for
droger 2015/08/13 13:16:02 Oops sorry, this is a mistake.
class GURL;

Powered by Google App Engine
This is Rietveld 408576698