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

Unified Diff: chrome/browser/google_apis/operation_registry_unittest.cc

Issue 10913184: Move basic operation components for Drive API to chrome/browser/google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move task_util 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/google_apis/operation_registry_unittest.cc
diff --git a/chrome/browser/chromeos/gdata/operation_registry_unittest.cc b/chrome/browser/google_apis/operation_registry_unittest.cc
similarity index 99%
rename from chrome/browser/chromeos/gdata/operation_registry_unittest.cc
rename to chrome/browser/google_apis/operation_registry_unittest.cc
index 37353447821202789eab0b709a16839f0c73b893..a0ca1312e3539e01603ab7a62e2c1647d52402f6 100644
--- a/chrome/browser/chromeos/gdata/operation_registry_unittest.cc
+++ b/chrome/browser/google_apis/operation_registry_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/gdata/operation_registry.h"
+#include "chrome/browser/google_apis/operation_registry.h"
#include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h"

Powered by Google App Engine
This is Rietveld 408576698