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

Unified Diff: chrome/browser/ui/webui/omnibox/omnibox_ui.h

Issue 10413012: Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser/ui. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 8 years, 7 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/webui/omnibox/omnibox_ui.h
===================================================================
--- chrome/browser/ui/webui/omnibox/omnibox_ui.h (revision 138120)
+++ chrome/browser/ui/webui/omnibox/omnibox_ui.h (working copy)
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_UI_WEBUI_OMNIBOX_OMNIBOX_UI_H_
#pragma once
-#include "base/memory/scoped_ptr.h"
+#include "base/basictypes.h"
#include "content/public/browser/web_ui_controller.h"
// The UI for chrome://omnibox/
« no previous file with comments | « chrome/browser/ui/webui/downloads_dom_handler.h ('k') | chrome/browser/ui/webui/options2/options_ui2_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698