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

Unified Diff: chrome/browser/status_icons/status_tray.cc

Issue 7342047: Cleanup base/stl_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unneeded include + rebase Created 9 years, 5 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/status_icons/status_tray.cc
diff --git a/chrome/browser/status_icons/status_tray.cc b/chrome/browser/status_icons/status_tray.cc
index 84de8e059b9c9df0f6975a1ae0e13bd72bd7a8b7..2a72cd6f43b26fc17204abd117a3b0cbfc046f3f 100644
--- a/chrome/browser/status_icons/status_tray.cc
+++ b/chrome/browser/status_icons/status_tray.cc
@@ -6,7 +6,7 @@
#include <algorithm>
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
#include "chrome/browser/status_icons/status_icon.h"
StatusTray::StatusTray() {

Powered by Google App Engine
This is Rietveld 408576698