| Index: chrome/browser/chromeos/gdata/mock_drive_web_apps_registry.h
|
| diff --git a/chrome/browser/chromeos/gdata/mock_drive_web_apps_registry.h b/chrome/browser/chromeos/gdata/mock_drive_web_apps_registry.h
|
| index 833c1ae28ec817ffce6fd9b7f1a693ea1a1b0baa..2ead629c85538e8d981f0b2b574b98341c1c17a9 100644
|
| --- a/chrome/browser/chromeos/gdata/mock_drive_web_apps_registry.h
|
| +++ b/chrome/browser/chromeos/gdata/mock_drive_web_apps_registry.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_GDATA_MOCK_DRIVE_WEB_APPS_REGISTORY_H_
|
| -#define CHROME_BROWSER_CHROMEOS_GDATA_MOCK_DRIVE_WEB_APPS_REGISTORY_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_GDATA_MOCK_DRIVE_WEB_APPS_REGISTRY_H_
|
| +#define CHROME_BROWSER_CHROMEOS_GDATA_MOCK_DRIVE_WEB_APPS_REGISTRY_H_
|
|
|
| -#include "chrome/browser/chromeos/gdata/drive_api_parser.h"
|
| #include "chrome/browser/chromeos/gdata/drive_file_system.h"
|
| #include "chrome/browser/chromeos/gdata/drive_webapps_registry.h"
|
| +#include "chrome/browser/google_api/drive_api_parser.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| namespace gdata {
|
| @@ -28,4 +28,4 @@ class MockDriveWebAppsRegistry : public DriveWebAppsRegistryInterface {
|
|
|
| } // namespace gdata
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_GDATA_MOCK_DRIVE_WEB_APPS_REGISTORY_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_GDATA_MOCK_DRIVE_WEB_APPS_REGISTRY_H_
|
|
|