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

Side by Side Diff: chrome/browser/printing/cloud_print/cloud_print_setup_flow.h

Issue 10928017: Moving google_apis and GaiaClient to src/google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_SETUP_FLOW_H_ 5 #ifndef CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_SETUP_FLOW_H_
6 #define CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_SETUP_FLOW_H_ 6 #define CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_SETUP_FLOW_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "base/time.h" 12 #include "base/time.h"
13 #include "chrome/common/net/gaia/gaia_auth_consumer.h" 13 #include "google_apis/gaia/gaia_auth_consumer.h"
14 #include "chrome/common/net/gaia/gaia_auth_fetcher.h" 14 #include "google_apis/gaia/gaia_auth_fetcher.h"
15 #include "chrome/common/net/gaia/google_service_auth_error.h" 15 #include "google_apis/gaia/google_service_auth_error.h"
16 #include "grit/generated_resources.h" 16 #include "grit/generated_resources.h"
17 #include "ui/base/l10n/l10n_util.h" 17 #include "ui/base/l10n/l10n_util.h"
18 #include "ui/gfx/native_widget_types.h" 18 #include "ui/gfx/native_widget_types.h"
19 #include "ui/web_dialogs/web_dialog_delegate.h" 19 #include "ui/web_dialogs/web_dialog_delegate.h"
20 20
21 class CloudPrintServiceProcessHelper; 21 class CloudPrintServiceProcessHelper;
22 class CloudPrintSetupMessageHandler; 22 class CloudPrintSetupMessageHandler;
23 class GaiaAuthFetcher; 23 class GaiaAuthFetcher;
24 class GoogleServiceAuthError; 24 class GoogleServiceAuthError;
25 class Profile; 25 class Profile;
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 bool setup_done_; 148 bool setup_done_;
149 149
150 // Handle to the ServiceProcessControl which talks to the service process. 150 // Handle to the ServiceProcessControl which talks to the service process.
151 ServiceProcessControl* process_control_; 151 ServiceProcessControl* process_control_;
152 base::WeakPtr<Delegate> delegate_; 152 base::WeakPtr<Delegate> delegate_;
153 153
154 DISALLOW_COPY_AND_ASSIGN(CloudPrintSetupFlow); 154 DISALLOW_COPY_AND_ASSIGN(CloudPrintSetupFlow);
155 }; 155 };
156 156
157 #endif // CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_SETUP_FLOW_H_ 157 #endif // CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_SETUP_FLOW_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698