diff options
Diffstat (limited to 'components/dom_distiller/webui')
-rw-r--r-- | components/dom_distiller/webui/DEPS | 2 | ||||
-rw-r--r-- | components/dom_distiller/webui/dom_distiller_ui.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/components/dom_distiller/webui/DEPS b/components/dom_distiller/webui/DEPS index 2c43d7a..db46e2e 100644 --- a/components/dom_distiller/webui/DEPS +++ b/components/dom_distiller/webui/DEPS @@ -10,4 +10,4 @@ include_rules = [ # approach directly allowing the header files that are currently included from # content. "+content/public/browser", -]
\ No newline at end of file +] diff --git a/components/dom_distiller/webui/dom_distiller_ui.h b/components/dom_distiller/webui/dom_distiller_ui.h index 762b236..1b9f1c2 100644 --- a/components/dom_distiller/webui/dom_distiller_ui.h +++ b/components/dom_distiller/webui/dom_distiller_ui.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef COMPONENTS_DOM_DISTILLER_WEBUI_DOM_DISTILLER_UI_H_ -#define COMPONENTS_DOM_DISTILLER_WEBUI_DOM_DISTILLER_UI_H_ +#ifndef COMPONENTS_DOM_DISTILLER_WEBUI_DOM_DISTILLER_H_ +#define COMPONENTS_DOM_DISTILLER_WEBUI_DOM_DISTILLER_H_ #include "content/public/browser/web_ui_controller.h" |