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

Unified Diff: chromeos/disks/mock_disk_mount_manager.h

Issue 10874067: chromeos: Move src/chrome/browser/chromeos/disks to src/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « chromeos/disks/disk_mount_manager.cc ('k') | chromeos/disks/mock_disk_mount_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/disks/mock_disk_mount_manager.h
diff --git a/chrome/browser/chromeos/disks/mock_disk_mount_manager.h b/chromeos/disks/mock_disk_mount_manager.h
similarity index 89%
rename from chrome/browser/chromeos/disks/mock_disk_mount_manager.h
rename to chromeos/disks/mock_disk_mount_manager.h
index aec2894b4b0a8f904bf0c2a81779fa5e766f9991..169f33dade98367ad67c71d530d81eec9e37e1c7 100644
--- a/chrome/browser/chromeos/disks/mock_disk_mount_manager.h
+++ b/chromeos/disks/mock_disk_mount_manager.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_DISKS_MOCK_DISK_MOUNT_MANAGER_H_
-#define CHROME_BROWSER_CHROMEOS_DISKS_MOCK_DISK_MOUNT_MANAGER_H_
+#ifndef CHROMEOS_DISKS_MOCK_DISK_MOUNT_MANAGER_H_
+#define CHROMEOS_DISKS_MOCK_DISK_MOUNT_MANAGER_H_
#include <string>
#include "base/observer_list.h"
#include "base/time.h"
-#include "chrome/browser/chromeos/disks/disk_mount_manager.h"
+#include "chromeos/disks/disk_mount_manager.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -34,8 +34,6 @@ class MockDiskMountManager : public DiskMountManager {
MOCK_METHOD4(MountPath, void(const std::string&, const std::string&,
const std::string&, MountType));
MOCK_METHOD1(UnmountPath, void(const std::string&));
- MOCK_METHOD3(GetSizeStatsOnFileThread, void(const std::string&, size_t*,
- size_t*));
MOCK_METHOD1(FormatUnmountedDevice, void(const std::string&));
MOCK_METHOD1(FormatMountedDevice, void(const std::string&));
MOCK_METHOD3(UnmountDeviceRecursive, void(const std::string&,
@@ -100,4 +98,4 @@ class MockDiskMountManager : public DiskMountManager {
} // namespace disks
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_DISKS_MOCK_DISK_MOUNT_MANAGER_H_
+#endif // CHROMEOS_DISKS_MOCK_DISK_MOUNT_MANAGER_H_
« no previous file with comments | « chromeos/disks/disk_mount_manager.cc ('k') | chromeos/disks/mock_disk_mount_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698