// Copyright 2006-2008 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_FIND_IN_PAGE_FIND_NOTIFICATION_DETAILS_H_ #define COMPONENTS_FIND_IN_PAGE_FIND_NOTIFICATION_DETAILS_H_ #include "ui/gfx/geometry/rect.h" namespace find_in_page { class FindNotificationDetails { … }; } // namespace find_in_page #endif // COMPONENTS_FIND_IN_PAGE_FIND_NOTIFICATION_DETAILS_H_