summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authormarkusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 19:22:47 +0000
committermarkusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 19:22:47 +0000
commitb0cb5e82de3a8195c91aecdac90bcd8fcc77bdd8 (patch)
tree15a6587d385b54fe41e83b724747eb0d2dc4388e /chrome_frame
parent3cbacdcbc6765a739ca5a1edf13c2dd20be13bf1 (diff)
downloadchromium_src-b0cb5e82de3a8195c91aecdac90bcd8fcc77bdd8.zip
chromium_src-b0cb5e82de3a8195c91aecdac90bcd8fcc77bdd8.tar.gz
chromium_src-b0cb5e82de3a8195c91aecdac90bcd8fcc77bdd8.tar.bz2
Move browsing_data_helper files into a separate directory.
BUG=121862 TEST=existing unit_tests TBR=eroman@chromium.org,sky@chromium.org,erg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10805015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147504 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/delete_chrome_history.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/delete_chrome_history.cc b/chrome_frame/delete_chrome_history.cc
index 5f05fec..f2333f4 100644
--- a/chrome_frame/delete_chrome_history.cc
+++ b/chrome_frame/delete_chrome_history.cc
@@ -5,7 +5,7 @@
// Implementation of DeleteChromeHistory
#include "chrome_frame/delete_chrome_history.h"
-#include "chrome/browser/browsing_data_remover.h"
+#include "chrome/browser/browsing_data/browsing_data_remover.h"
#include "base/win/windows_version.h"
#include "chrome_frame/chrome_frame_activex.h"