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

Side by Side Diff: chrome/browser/sync/glue/synced_tab_delegate.h

Issue 10689154: Remove #pragma once from chrome/browser/sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__ 5 #ifndef CHROME_BROWSER_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__
6 #define CHROME_BROWSER_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__ 6 #define CHROME_BROWSER_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__
7 #pragma once
8 7
9 #include <string> 8 #include <string>
10 9
11 #include "chrome/browser/sessions/session_id.h" 10 #include "chrome/browser/sessions/session_id.h"
12 11
13 class Profile; 12 class Profile;
14 13
15 namespace content { 14 namespace content {
16 class NavigationEntry; 15 class NavigationEntry;
17 } 16 }
(...skipping 24 matching lines...) Expand all
42 virtual int GetEntryCount() const = 0; 41 virtual int GetEntryCount() const = 0;
43 virtual int GetPendingEntryIndex() const = 0; 42 virtual int GetPendingEntryIndex() const = 0;
44 virtual content::NavigationEntry* GetPendingEntry() const = 0; 43 virtual content::NavigationEntry* GetPendingEntry() const = 0;
45 virtual content::NavigationEntry* GetEntryAtIndex(int i) const = 0; 44 virtual content::NavigationEntry* GetEntryAtIndex(int i) const = 0;
46 virtual content::NavigationEntry* GetActiveEntry() const = 0; 45 virtual content::NavigationEntry* GetActiveEntry() const = 0;
47 }; 46 };
48 47
49 } // namespace browser_sync 48 } // namespace browser_sync
50 49
51 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__ 50 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCED_TAB_DELEGATE_H__
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/synced_session_tracker.h ('k') | chrome/browser/sync/glue/synced_window_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698