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

Unified Diff: chrome/browser/ui/webui/web_ui_util.cc

Issue 9481008: Move GenericHandler back to Chrome since it was really Chrome specific (i.e. chrome's mapping of cl… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/web_ui_util.cc
===================================================================
--- chrome/browser/ui/webui/web_ui_util.cc (revision 123752)
+++ chrome/browser/ui/webui/web_ui_util.cc (working copy)
@@ -8,7 +8,7 @@
#include "base/base64.h"
#include "base/values.h"
-#include "content/browser/disposition_utils.h"
+#include "chrome/browser/disposition_utils.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/codec/png_codec.h"

Powered by Google App Engine
This is Rietveld 408576698