summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/dom_ui/new_tab_ui.h2
-rw-r--r--chrome/browser/encryptor.h2
-rw-r--r--chrome/browser/tabs/tab.h2
-rw-r--r--chrome/browser/tabs/tab_renderer.h2
-rw-r--r--chrome/browser/tabs/tab_strip.h2
-rw-r--r--chrome/browser/tabs/tab_strip_model_order_controller.h2
-rw-r--r--chrome/browser/web_app_launcher.h2
-rw-r--r--chrome/views/tree_view.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h
index 04d0855..e7adf4c 100644
--- a/chrome/browser/dom_ui/new_tab_ui.h
+++ b/chrome/browser/dom_ui/new_tab_ui.h
@@ -327,4 +327,4 @@ class NewTabUIContents : public DOMUIHost {
DISALLOW_EVIL_CONSTRUCTORS(NewTabUIContents);
};
-#endif CHROME_BROWSER_DOM_UI_NEW_TAB_UI_H__
+#endif // CHROME_BROWSER_DOM_UI_NEW_TAB_UI_H__
diff --git a/chrome/browser/encryptor.h b/chrome/browser/encryptor.h
index 20b834d..274a571 100644
--- a/chrome/browser/encryptor.h
+++ b/chrome/browser/encryptor.h
@@ -65,4 +65,4 @@ private:
DISALLOW_IMPLICIT_CONSTRUCTORS(Encryptor);
};
-#endif CHROME_BROWSER_ENCRYPTOR_H__
+#endif // CHROME_BROWSER_ENCRYPTOR_H__
diff --git a/chrome/browser/tabs/tab.h b/chrome/browser/tabs/tab.h
index a7999d3..bb0a700 100644
--- a/chrome/browser/tabs/tab.h
+++ b/chrome/browser/tabs/tab.h
@@ -131,4 +131,4 @@ class Tab : public TabRenderer,
DISALLOW_EVIL_CONSTRUCTORS(Tab);
};
-#endif CHROME_BROWSER_TABS_TAB_H__
+#endif // CHROME_BROWSER_TABS_TAB_H__
diff --git a/chrome/browser/tabs/tab_renderer.h b/chrome/browser/tabs/tab_renderer.h
index 90e6f9f..fed0d23 100644
--- a/chrome/browser/tabs/tab_renderer.h
+++ b/chrome/browser/tabs/tab_renderer.h
@@ -189,4 +189,4 @@ class TabRenderer : public ChromeViews::View,
DISALLOW_EVIL_CONSTRUCTORS(TabRenderer);
};
-#endif CHROME_BROWSER_TABS_TAB_RENDERER_H__
+#endif // CHROME_BROWSER_TABS_TAB_RENDERER_H__
diff --git a/chrome/browser/tabs/tab_strip.h b/chrome/browser/tabs/tab_strip.h
index fbbe83b..a9f7e51 100644
--- a/chrome/browser/tabs/tab_strip.h
+++ b/chrome/browser/tabs/tab_strip.h
@@ -369,4 +369,4 @@ class TabStrip : public ChromeViews::View,
DISALLOW_EVIL_CONSTRUCTORS(TabStrip);
};
-#endif CHROME_BROWSER_TABS_TAB_STRIP_H__
+#endif // CHROME_BROWSER_TABS_TAB_STRIP_H__
diff --git a/chrome/browser/tabs/tab_strip_model_order_controller.h b/chrome/browser/tabs/tab_strip_model_order_controller.h
index 9a5f86d..de2d39d 100644
--- a/chrome/browser/tabs/tab_strip_model_order_controller.h
+++ b/chrome/browser/tabs/tab_strip_model_order_controller.h
@@ -72,4 +72,4 @@ class TabStripModelOrderController : public TabStripModelObserver {
TabStripModel* tabstrip_;
};
-#endif CHROME_BROWSER_TABS_TAB_STRIP_MODEL_ORDER_CONTROLLER_H__
+#endif // CHROME_BROWSER_TABS_TAB_STRIP_MODEL_ORDER_CONTROLLER_H__
diff --git a/chrome/browser/web_app_launcher.h b/chrome/browser/web_app_launcher.h
index cbdf49d..c2765e9 100644
--- a/chrome/browser/web_app_launcher.h
+++ b/chrome/browser/web_app_launcher.h
@@ -65,4 +65,4 @@ class WebAppLauncher {
DISALLOW_EVIL_CONSTRUCTORS(WebAppLauncher);
};
-#endif CHROME_BROWSER_WEB_APP_LAUNCHER_H__
+#endif // CHROME_BROWSER_WEB_APP_LAUNCHER_H__
diff --git a/chrome/views/tree_view.h b/chrome/views/tree_view.h
index e16a92f..8da0f37 100644
--- a/chrome/views/tree_view.h
+++ b/chrome/views/tree_view.h
@@ -349,4 +349,4 @@ class TreeView : public NativeControl, public TreeModelObserver {
} // namespace ChromeViews
-#endif CHROME_VIEWS_TREE_VIEW_H__
+#endif // CHROME_VIEWS_TREE_VIEW_H__