// Copyright 2013 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_DRIVE_DRIVE_NOTIFICATION_OBSERVER_H_ #define COMPONENTS_DRIVE_DRIVE_NOTIFICATION_OBSERVER_H_ #include <map> #include <string> namespace drive { // Interface for classes which need to know when to check Google Drive for // updates. class DriveNotificationObserver { … }; } // namespace drive #endif // COMPONENTS_DRIVE_DRIVE_NOTIFICATION_OBSERVER_H_