Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4275)

Unified Diff: chrome/browser/chromeos/gdata/mock_drive_web_apps_registry.h

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix dependency problem Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
kochi 2012/09/07 04:57:40 Good catch!
-#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_
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_wapi_service.cc ('k') | chrome/browser/chromeos/gdata/operation_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698