// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_PASSWORDS_PASSWORD_GENERATION_POPUP_VIEW_H_ #define CHROME_BROWSER_UI_PASSWORDS_PASSWORD_GENERATION_POPUP_VIEW_H_ #include "base/memory/weak_ptr.h" #include "third_party/skia/include/core/SkColor.h" class PasswordGenerationPopupController; // Interface for creating and controlling a platform dependent view. class PasswordGenerationPopupView { … }; #endif // CHROME_BROWSER_UI_PASSWORDS_PASSWORD_GENERATION_POPUP_VIEW_H_