Index: components/drive/file_system/operation_test_base.h |
diff --git a/chrome/browser/chromeos/drive/file_system/operation_test_base.h b/components/drive/file_system/operation_test_base.h |
similarity index 91% |
rename from chrome/browser/chromeos/drive/file_system/operation_test_base.h |
rename to components/drive/file_system/operation_test_base.h |
index a368f23e3aff8eada9aca16e10b474e2af1b6b9a..70fd1ba95cad48ead18b746f15899631b7772bfe 100644 |
--- a/chrome/browser/chromeos/drive/file_system/operation_test_base.h |
+++ b/components/drive/file_system/operation_test_base.h |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_OPERATION_TEST_BASE_H_ |
-#define CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_OPERATION_TEST_BASE_H_ |
+#ifndef COMPONENTS_DRIVE_FILE_SYSTEM_OPERATION_TEST_BASE_H_ |
+#define COMPONENTS_DRIVE_FILE_SYSTEM_OPERATION_TEST_BASE_H_ |
#include <set> |
#include "base/files/scoped_temp_dir.h" |
-#include "chrome/browser/chromeos/drive/drive.pb.h" |
-#include "chrome/browser/chromeos/drive/file_change.h" |
-#include "chrome/browser/chromeos/drive/file_errors.h" |
-#include "chrome/browser/chromeos/drive/file_system/operation_delegate.h" |
-#include "chrome/browser/chromeos/drive/test_util.h" |
+#include "components/drive/drive.pb.h" |
+#include "components/drive/file_change.h" |
+#include "components/drive/file_errors.h" |
+#include "components/drive/file_system/operation_delegate.h" |
+#include "components/drive/test_util.h" |
#include "content/public/test/test_browser_thread_bundle.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -163,4 +163,4 @@ class OperationTestBase : public testing::Test { |
} // namespace file_system |
} // namespace drive |
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_OPERATION_TEST_BASE_H_ |
+#endif // COMPONENTS_DRIVE_FILE_SYSTEM_OPERATION_TEST_BASE_H_ |