Index: chrome/browser/extensions/api/system_storage/storage_free_space_observer.h |
diff --git a/chrome/browser/extensions/api/system_info_storage/storage_free_space_observer.h b/chrome/browser/extensions/api/system_storage/storage_free_space_observer.h |
similarity index 73% |
rename from chrome/browser/extensions/api/system_info_storage/storage_free_space_observer.h |
rename to chrome/browser/extensions/api/system_storage/storage_free_space_observer.h |
index 1d1957f5b74547ad76eb51411c63731e7e79c7f9..f861c971e33db247166b1df1836c856cd6d8525f 100644 |
--- a/chrome/browser/extensions/api/system_info_storage/storage_free_space_observer.h |
+++ b/chrome/browser/extensions/api/system_storage/storage_free_space_observer.h |
@@ -1,8 +1,8 @@ |
// Copyright 2013 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_EXTENSIONS_API_SYSTEM_INFO_STORAGE_STORAGE_FREE_SPACE_OBSERVER_H_ |
-#define CHROME_BROWSER_EXTENSIONS_API_SYSTEM_INFO_STORAGE_STORAGE_FREE_SPACE_OBSERVER_H_ |
+#ifndef CHROME_BROWSER_EXTENSIONS_API_SYSTEM_STORAGE_STORAGE_FREE_SPACE_OBSERVER_H_ |
+#define CHROME_BROWSER_EXTENSIONS_API_SYSTEM_STORAGE_STORAGE_FREE_SPACE_OBSERVER_H_ |
#include <string> |
@@ -24,5 +24,5 @@ class StorageFreeSpaceObserver { |
} // namespace extensions |
-#endif // CHROME_BROWSER_EXTENSIONS_API_SYSTEM_INFO_STORAGE_STORAGE_FREE_SPACE_OBSERVER_H_ |
+#endif // CHROME_BROWSER_EXTENSIONS_API_SYSTEM_STORAGE_STORAGE_FREE_SPACE_OBSERVER_H_ |