Index: components/drive/service/drive_api_service.h |
diff --git a/chrome/browser/drive/drive_api_service.h b/components/drive/service/drive_api_service.h |
similarity index 97% |
rename from chrome/browser/drive/drive_api_service.h |
rename to components/drive/service/drive_api_service.h |
index 564a11624b7c50cb447720f12f8418762d01f591..ea09280a395957d7a355c5c0da92851e495720bf 100644 |
--- a/chrome/browser/drive/drive_api_service.h |
+++ b/components/drive/service/drive_api_service.h |
@@ -1,9 +1,9 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_DRIVE_DRIVE_API_SERVICE_H_ |
-#define CHROME_BROWSER_DRIVE_DRIVE_API_SERVICE_H_ |
+#ifndef COMPONENTS_DRIVE_SERVICE_DRIVE_API_SERVICE_H_ |
+#define COMPONENTS_DRIVE_SERVICE_DRIVE_API_SERVICE_H_ |
#include <string> |
@@ -12,7 +12,7 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/observer_list.h" |
#include "base/threading/thread_checker.h" |
-#include "chrome/browser/drive/drive_service_interface.h" |
+#include "components/drive/service/drive_service_interface.h" |
#include "google_apis/drive/auth_service_interface.h" |
#include "google_apis/drive/auth_service_observer.h" |
#include "google_apis/drive/drive_api_url_generator.h" |
@@ -260,4 +260,4 @@ class DriveAPIService : public DriveServiceInterface, |
} // namespace drive |
-#endif // CHROME_BROWSER_DRIVE_DRIVE_API_SERVICE_H_ |
+#endif // COMPONENTS_DRIVE_SERVICE_DRIVE_API_SERVICE_H_ |