| Index: chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/credentials_selection_view.h b/chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.h
|
| similarity index 95%
|
| rename from chrome/browser/ui/cocoa/passwords/credentials_selection_view.h
|
| rename to chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.h
|
| index e6d4b122d7090fada1aaf4ccbcabda43b54c3b67..571837664fd704282edf3e723ba937c330232194 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/credentials_selection_view.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.h
|
| @@ -1,8 +1,8 @@
|
| // Copyright 2015 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_PASSWORDS_CREDENTIALS_SELECTION_VIEW_H_
|
| -#define CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_H_
|
| +#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_COCOA_H_
|
| +#define CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_COCOA_H_
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| @@ -24,4 +24,4 @@ struct PasswordForm;
|
| - (const autofill::PasswordForm*)getSelectedCredentials;
|
| @end
|
|
|
| -#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_H_
|
| +#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_CREDENTIALS_SELECTION_VIEW_COCOA_H_
|
|
|