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

Unified Diff: chrome/browser/hang_monitor/hung_plugin_action.h

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 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/hang_monitor/hung_plugin_action.h
diff --git a/chrome/browser/hang_monitor/hung_plugin_action.h b/chrome/browser/hang_monitor/hung_plugin_action.h
index f4973467528abe4d8b60b73702cde6b99a5295dd..631bd349c105eef4e4286bbb842555b2f7344f45 100644
--- a/chrome/browser/hang_monitor/hung_plugin_action.h
+++ b/chrome/browser/hang_monitor/hung_plugin_action.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 CHROME_BROWSER_HANG_MONITOR_HUNG_WINDOW_DETECTOR_H__
-#define CHROME_BROWSER_HANG_MONITOR_HUNG_WINDOW_DETECTOR_H__
+#ifndef CHROME_BROWSER_HANG_MONITOR_HUNG_PLUGIN_ACTION_H__
+#define CHROME_BROWSER_HANG_MONITOR_HUNG_PLUGIN_ACTION_H__
#include "chrome/browser/hang_monitor/hung_window_detector.h"
// This class provides an implementation the
@@ -42,4 +42,4 @@ class HungPluginAction : public HungWindowDetector::HungWindowNotification {
HWND current_hung_plugin_window_;
};
-#endif // CHROME_BROWSER_HANG_MONITOR_HUNG_WINDOW_DETECTOR_H__
+#endif // CHROME_BROWSER_HANG_MONITOR_HUNG_PLUGIN_ACTION_H__

Powered by Google App Engine
This is Rietveld 408576698