Index: chrome/browser/ui/cocoa/extensions/browser_actions_controller_prefs.h |
diff --git a/chrome/browser/ui/cocoa/extensions/browser_actions_controller_prefs.h b/chrome/browser/ui/cocoa/extensions/browser_actions_controller_prefs.h |
deleted file mode 100644 |
index 698a95ce5f25cd733ea608a0dccac442902b373e..0000000000000000000000000000000000000000 |
--- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller_prefs.h |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-// Copyright 2013 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef CHROME_BROWSER_UI_COCOA_EXTENSIONS_BROWSER_ACTIONS_CONTROLLER_PREFS_H_ |
-#define CHROME_BROWSER_UI_COCOA_EXTENSIONS_BROWSER_ACTIONS_CONTROLLER_PREFS_H_ |
- |
-namespace user_prefs { |
-class PrefRegistrySyncable; |
-} |
- |
-// Registers the user preferences used by BrowserActionsController. |
-void RegisterBrowserActionsControllerProfilePrefs( |
- user_prefs::PrefRegistrySyncable* prefs); |
- |
-#endif // CHROME_BROWSER_UI_COCOA_EXTENSIONS_BROWSER_ACTIONS_CONTROLLER_PREFS_H_ |