1// Copyright (c) 2014 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_SERVICES_GCM_GCM_APP_HANDLER_H_
6#define CHROME_BROWSER_SERVICES_GCM_GCM_APP_HANDLER_H_
7
8// Temporary workaround to make code depends on gcm_app_handler in old location
9// build.
10#include "components/gcm_driver/gcm_app_handler.h"
11
12#endif  // CHROME_BROWSER_SERVICES_GCM_GCM_APP_HANDLER_H_
13