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

Unified Diff: chrome/common/extensions/api/page_launcher/page_launcher_handler.h

Issue 15981010: Use a direct include of strings headers in chrome/common/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: chrome/common/extensions/api/page_launcher/page_launcher_handler.h
diff --git a/chrome/common/extensions/api/page_launcher/page_launcher_handler.h b/chrome/common/extensions/api/page_launcher/page_launcher_handler.h
index bf18f51169c3166077a6fe471e2a076913abcc79..9659d647f27c3f65f6596005eb8f7b9a3aa4f155 100644
--- a/chrome/common/extensions/api/page_launcher/page_launcher_handler.h
+++ b/chrome/common/extensions/api/page_launcher/page_launcher_handler.h
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "chrome/common/extensions/manifest_handler.h"
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698