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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts_ash.h

Issue 9701002: Aura/ash split: Split the extra parts into ash and aura parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk to try again Created 8 years, 9 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 | « chrome/browser/about_flags.cc ('k') | chrome/browser/chrome_browser_main_extra_parts_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_extra_parts_ash.h
diff --git a/chrome/browser/chrome_browser_main_extra_parts_aura.h b/chrome/browser/chrome_browser_main_extra_parts_ash.h
similarity index 55%
copy from chrome/browser/chrome_browser_main_extra_parts_aura.h
copy to chrome/browser/chrome_browser_main_extra_parts_ash.h
index 395e9c4c16d3b2d3abc614fa37a9e6f72a1d62f3..9cde453287b9a2dc1245523f22554d359db03efb 100644
--- a/chrome/browser/chrome_browser_main_extra_parts_aura.h
+++ b/chrome/browser/chrome_browser_main_extra_parts_ash.h
@@ -2,23 +2,23 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_AURA_H_
-#define CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_AURA_H_
+#ifndef CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_ASH_H_
+#define CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_ASH_H_
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "chrome/browser/chrome_browser_main_extra_parts.h"
-class ChromeBrowserMainExtraPartsAura : public ChromeBrowserMainExtraParts {
+class ChromeBrowserMainExtraPartsAsh : public ChromeBrowserMainExtraParts {
public:
- ChromeBrowserMainExtraPartsAura();
+ ChromeBrowserMainExtraPartsAsh();
virtual void PreProfileInit() OVERRIDE;
virtual void PostProfileInit() OVERRIDE;
virtual void PostMainMessageLoopRun() OVERRIDE;
private:
- DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsAura);
+ DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsAsh);
};
-#endif // CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_AURA_H_
+#endif // CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_ASH_H_
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/chrome_browser_main_extra_parts_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698