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

Unified Diff: chrome/browser/command_updater.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/command_updater.cc
diff --git a/chrome/browser/command_updater.cc b/chrome/browser/command_updater.cc
index b55b09b608aaf0211593d0fe303015c6fbfd36f2..4a1b0dbc781961ad6565ffe41aa9a31434eca89c 100644
--- a/chrome/browser/command_updater.cc
+++ b/chrome/browser/command_updater.cc
@@ -8,7 +8,7 @@
#include "base/logging.h"
#include "base/observer_list.h"
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
CommandUpdater::CommandUpdaterDelegate::~CommandUpdaterDelegate() {
}

Powered by Google App Engine
This is Rietveld 408576698