Index: chrome/browser/protector/keys.h |
diff --git a/chrome/browser/protector/keys.h b/chrome/browser/protector/keys.h |
deleted file mode 100644 |
index d40d70322b1110f295d295c9b0dc9ec4ddbf2e61..0000000000000000000000000000000000000000 |
--- a/chrome/browser/protector/keys.h |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-// Copyright (c) 2011 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_PROTECTOR_KEYS_H_ |
-#define CHROME_BROWSER_PROTECTOR_KEYS_H_ |
- |
-namespace protector { |
- |
-// When changing the key, be sure to add migration code to keep user's |
-// settings safe. |
-extern const char kProtectorSigningKey[]; |
- |
-} // namespace protector |
- |
-#endif // CHROME_BROWSER_PROTECTOR_KEYS_H_ |
- |