summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller/android
diff options
context:
space:
mode:
authormdjones <mdjones@chromium.org>2015-07-22 12:15:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-22 19:16:25 +0000
commit1c47b05d2ac1f7caa4e67992a6b97b3486acf2aa (patch)
treeb0b638d4ff1c8d8954b19f7ccf528d876266e98d /components/dom_distiller/android
parent8d035971cf97199c4aa2d0cb308fe622fe02418e (diff)
downloadchromium_src-1c47b05d2ac1f7caa4e67992a6b97b3486acf2aa.zip
chromium_src-1c47b05d2ac1f7caa4e67992a6b97b3486acf2aa.tar.gz
chromium_src-1c47b05d2ac1f7caa4e67992a6b97b3486acf2aa.tar.bz2
Refactor dom_distiller content/ to content/browser
This change moves the files in the root content folder to a new browser folder. This is to help differentiate future code that will run on the renderer. BUG= Review URL: https://codereview.chromium.org/1227123002 Cr-Commit-Position: refs/heads/master@{#339927}
Diffstat (limited to 'components/dom_distiller/android')
-rw-r--r--components/dom_distiller/android/component_jni_registrar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/dom_distiller/android/component_jni_registrar.cc b/components/dom_distiller/android/component_jni_registrar.cc
index 2ea4b57..56ba109 100644
--- a/components/dom_distiller/android/component_jni_registrar.cc
+++ b/components/dom_distiller/android/component_jni_registrar.cc
@@ -7,7 +7,7 @@
#include "base/android/jni_android.h"
#include "base/android/jni_registrar.h"
#include "base/basictypes.h"
-#include "components/dom_distiller/content/distillable_page_utils_android.h"
+#include "components/dom_distiller/content/browser/distillable_page_utils_android.h"
#include "components/dom_distiller/core/distilled_page_prefs_android.h"
#include "components/dom_distiller/core/dom_distiller_service_android.h"
#include "components/dom_distiller/core/url_utils_android.h"