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

Unified Diff: chrome/browser/chromeos/gdata/mock_directory_change_observer.h

Issue 10086027: Revert 132312 - Proper fix for https://chromiumcodereview.appspot.com/10073005 : (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/chromeos/gdata/mock_directory_change_observer.h
===================================================================
--- chrome/browser/chromeos/gdata/mock_directory_change_observer.h (revision 132314)
+++ chrome/browser/chromeos/gdata/mock_directory_change_observer.h (working copy)
@@ -1,26 +0,0 @@
-// Copyright (c) 2012 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_CHROMEOS_GDATA_MOCK_DIRECTORY_CHANGE_OBSERVER_H_
-#define CHROME_BROWSER_CHROMEOS_GDATA_MOCK_DIRECTORY_CHANGE_OBSERVER_H_
-#pragma once
-
-#include "chrome/browser/chromeos/gdata/gdata_file_system.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace gdata {
-
-// Mock for GDataFileSystemInterface::Observer::OnDirectoryChanged().
-class MockDirectoryChangeObserver : public GDataFileSystemInterface::Observer {
- public:
- MockDirectoryChangeObserver() {}
- virtual ~MockDirectoryChangeObserver() {}
-
- // GDataFileSystemInterface::Observer overrides.
- MOCK_METHOD1(OnDirectoryChanged, void(const FilePath& directory_path));
-};
-
-} // namespace gdata
-
-#endif // CHROME_BROWSER_CHROMEOS_GDATA_MOCK_DIRECTORY_CHANGE_OBSERVER_H_
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc ('k') | chrome/browser/chromeos/gdata/mock_gdata_sync_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698