Index: chrome/browser/plugins/plugin_prefs_factory.h |
diff --git a/chrome/browser/plugin_prefs_factory.h b/chrome/browser/plugins/plugin_prefs_factory.h |
similarity index 89% |
rename from chrome/browser/plugin_prefs_factory.h |
rename to chrome/browser/plugins/plugin_prefs_factory.h |
index e735c4c1ea8afbaaa663ad89b7eaa1708513f623..ae6e08046bb51a4c04287a1bc1e5cdee9196684c 100644 |
--- a/chrome/browser/plugin_prefs_factory.h |
+++ b/chrome/browser/plugins/plugin_prefs_factory.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_PREFS_FACTORY_H_ |
-#define CHROME_BROWSER_PLUGIN_PREFS_FACTORY_H_ |
+#ifndef CHROME_BROWSER_PLUGINS_PLUGIN_PREFS_FACTORY_H_ |
+#define CHROME_BROWSER_PLUGINS_PLUGIN_PREFS_FACTORY_H_ |
#include "base/compiler_specific.h" |
#include "base/memory/singleton.h" |
@@ -42,4 +42,4 @@ class PluginPrefsFactory : public RefcountedProfileKeyedServiceFactory { |
virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
}; |
-#endif // CHROME_BROWSER_PLUGIN_PREFS_FACTORY_H_ |
+#endif // CHROME_BROWSER_PLUGINS_PLUGIN_PREFS_FACTORY_H_ |