Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: components/drive/directory_loader.h

Issue 1314803004: Move chrome/browser/chromeos/drive/file_system.cc (+deps) into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 4 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
« no previous file with comments | « components/drive/DEPS ('k') | components/drive/directory_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/directory_loader.h
diff --git a/chrome/browser/chromeos/drive/directory_loader.h b/components/drive/directory_loader.h
similarity index 96%
rename from chrome/browser/chromeos/drive/directory_loader.h
rename to components/drive/directory_loader.h
index 4ba8f1a9341990c3559b0d76350c4833c4a845f0..32d72ef991f8d8c58180f6e15b150833865ab22a 100644
--- a/chrome/browser/chromeos/drive/directory_loader.h
+++ b/components/drive/directory_loader.h
@@ -2,8 +2,8 @@
// 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_DIRECTORY_LOADER_H_
-#define CHROME_BROWSER_CHROMEOS_DRIVE_DIRECTORY_LOADER_H_
+#ifndef COMPONENTS_DRIVE_DIRECTORY_LOADER_H_
+#define COMPONENTS_DRIVE_DIRECTORY_LOADER_H_
#include <map>
#include <set>
@@ -147,4 +147,4 @@ class DirectoryLoader {
} // namespace internal
} // namespace drive
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_DIRECTORY_LOADER_H_
+#endif // COMPONENTS_DRIVE_DIRECTORY_LOADER_H_
« no previous file with comments | « components/drive/DEPS ('k') | components/drive/directory_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698