Index: chrome/browser/plugins/plugin_observer.h |
diff --git a/chrome/browser/plugin_observer.h b/chrome/browser/plugins/plugin_observer.h |
similarity index 93% |
rename from chrome/browser/plugin_observer.h |
rename to chrome/browser/plugins/plugin_observer.h |
index 6c568a44d3e2586155a23e56013169d602980abb..d2d6e114ba517cd2b5cc629f5847a545b9272727 100644 |
--- a/chrome/browser/plugin_observer.h |
+++ b/chrome/browser/plugins/plugin_observer.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_PLUGIN_OBSERVER_H_ |
-#define CHROME_BROWSER_PLUGIN_OBSERVER_H_ |
+#ifndef CHROME_BROWSER_PLUGINS_PLUGIN_OBSERVER_H_ |
+#define CHROME_BROWSER_PLUGINS_PLUGIN_OBSERVER_H_ |
#include "base/memory/weak_ptr.h" |
#include "content/public/browser/web_contents_observer.h" |
@@ -70,4 +70,4 @@ class PluginObserver : public content::WebContentsObserver { |
DISALLOW_COPY_AND_ASSIGN(PluginObserver); |
}; |
-#endif // CHROME_BROWSER_PLUGIN_OBSERVER_H_ |
+#endif // CHROME_BROWSER_PLUGINS_PLUGIN_OBSERVER_H_ |