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

Unified Diff: components/update_client/utils.h

Issue 1575783002: components: fix the inclusion of some header files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 4 years, 11 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 | « components/password_manager/core/browser/password_ui_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/utils.h
diff --git a/components/update_client/utils.h b/components/update_client/utils.h
index b109764a11a9b6d4ccbd1c4059cf95dfca5166d3..83d922e77efc9e6f4e3fff2f1d0ca3b9b0e9fdfe 100644
--- a/components/update_client/utils.h
+++ b/components/update_client/utils.h
@@ -6,7 +6,8 @@
#define COMPONENTS_UPDATE_CLIENT_UTILS_H_
#include <string>
-#include <base/memory/scoped_ptr.h>
+
+#include "base/memory/scoped_ptr.h"
class GURL;
« no previous file with comments | « components/password_manager/core/browser/password_ui_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698