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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h

Issue 16431004: Use a direct include of strings headers in chrome/browser/ui/a*/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h b/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h
index a1231c2b07d17f2115a2a5d36572b157208709d7..2757a763fb307296970d933f2cf8288882b7fc3e 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_APP_MENU_ITEM_H_
#define CHROME_BROWSER_UI_ASH_LAUNCHER_CHROME_LAUNCHER_APP_MENU_ITEM_H_
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "ui/gfx/image/image.h"
// A description for a menu item. It contains the menu item description as well

Powered by Google App Engine
This is Rietveld 408576698