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

Unified Diff: chromeos/login/auth/mock_url_fetchers.h

Issue 402403004: Refactoring : Move OnlineAttempt to chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yet another merge with ToT Created 6 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/chromeos.gyp ('k') | chromeos/login/auth/mock_url_fetchers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/mock_url_fetchers.h
diff --git a/chrome/browser/chromeos/login/auth/mock_url_fetchers.h b/chromeos/login/auth/mock_url_fetchers.h
similarity index 94%
rename from chrome/browser/chromeos/login/auth/mock_url_fetchers.h
rename to chromeos/login/auth/mock_url_fetchers.h
index ab58034babf60bd9460b5f373d138d397cc63adb..703c4667b82bd609efb3da0301e01d312c75f8f0 100644
--- a/chrome/browser/chromeos/login/auth/mock_url_fetchers.h
+++ b/chromeos/login/auth/mock_url_fetchers.h
@@ -2,14 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_AUTH_MOCK_URL_FETCHERS_H_
-#define CHROME_BROWSER_CHROMEOS_LOGIN_AUTH_MOCK_URL_FETCHERS_H_
+#ifndef CHROMEOS_LOGIN_AUTH_MOCK_URL_FETCHERS_H_
+#define CHROMEOS_LOGIN_AUTH_MOCK_URL_FETCHERS_H_
#include <string>
#include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
+#include "chromeos/chromeos_export.h"
#include "net/url_request/test_url_fetcher_factory.h"
#include "net/url_request/url_request_status.h"
#include "url/gurl.h"
@@ -125,4 +126,4 @@ class HostedFetcher : public net::TestURLFetcher {
} // namespace chromeos
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_AUTH_MOCK_URL_FETCHERS_H_
+#endif // CHROMEOS_LOGIN_AUTH_MOCK_URL_FETCHERS_H_
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/login/auth/mock_url_fetchers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698